]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-path, mh-variant): Use dotted syntax for `package-version' info.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 1 Jun 2008 21:48:58 +0000 (21:48 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 1 Jun 2008 21:48:58 +0000 (21:48 +0000)
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index b142e0ed2d33fb01e6c4dcca6a4874cfde37f6c0..9dab44b10247ca2a304c4d0d8c5da395081908da 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-01  John Paul Wallington  <jpw@pobox.com>
+
+       * mh-e.el (mh-path, mh-variant): Use dotted syntax for
+       `package-version' info.
+
 2008-05-26  Jeffrey C Honig  <jch@honig.net>
 
        * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
@@ -7,7 +12,7 @@
 
 2008-05-23  Bill Wohler  <wohler@newt.com>
 
-       * mh-e.el: (mh-invisible-header-fields-internal): Remove
+       * mh-e.el (mh-invisible-header-fields-internal): Remove
        DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID.
 
 2008-05-19  Sergey Poznyakoff <gray@gnu.org.ua>
index 55529510585fcd844e75551c90fe83d865ef58a5..8e3dd8ef6a12ed7904a0b7d7bbe483b32ff3cdf8 100644 (file)
@@ -714,7 +714,7 @@ keyword, introduced in Emacs 22."
 See `mh-variant'."
   :group 'mh-e
   :type '(repeat (directory))
-  :package-version '(MH-E "8.0"))
+  :package-version '(MH-E "8.0"))
 
 (defun mh-variants ()
   "Return a list of installed variants of MH on the system.
@@ -949,7 +949,7 @@ necessary and can actually cause problems."
          (set-default symbol value)     ;Done in mh-variant-set-variant!
          (mh-variant-set value))
   :group 'mh-e
-  :package-version '(MH-E "8.0"))
+  :package-version '(MH-E "8.0"))
 
 \f