aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2008-06-01 21:48:58 +0000
committerJohn Paul Wallington2008-06-01 21:48:58 +0000
commit7bf0295ecc6c4deb0265597701d0acb5e4a71e15 (patch)
tree0127521e3743aa5d4abb0b57e197e1015a716d69
parent2a46904e0e465a5c7d22328fb3a983cfe2319b1e (diff)
downloademacs-7bf0295ecc6c4deb0265597701d0acb5e4a71e15.tar.gz
emacs-7bf0295ecc6c4deb0265597701d0acb5e4a71e15.zip
(mh-path, mh-variant): Use dotted syntax for `package-version' info.
-rw-r--r--lisp/mh-e/ChangeLog7
-rw-r--r--lisp/mh-e/mh-e.el4
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index b142e0ed2d3..9dab44b1024 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,8 @@
12008-06-01 John Paul Wallington <jpw@pobox.com>
2
3 * mh-e.el (mh-path, mh-variant): Use dotted syntax for
4 `package-version' info.
5
12008-05-26 Jeffrey C Honig <jch@honig.net> 62008-05-26 Jeffrey C Honig <jch@honig.net>
2 7
3 * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups 8 * mh-e.el (mh-invisible-header-fields-internal): Remove Newsgroups
@@ -7,7 +12,7 @@
7 12
82008-05-23 Bill Wohler <wohler@newt.com> 132008-05-23 Bill Wohler <wohler@newt.com>
9 14
10 * mh-e.el: (mh-invisible-header-fields-internal): Remove 15 * mh-e.el (mh-invisible-header-fields-internal): Remove
11 DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID. 16 DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID.
12 17
132008-05-19 Sergey Poznyakoff <gray@gnu.org.ua> 182008-05-19 Sergey Poznyakoff <gray@gnu.org.ua>
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 55529510585..8e3dd8ef6a1 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -714,7 +714,7 @@ keyword, introduced in Emacs 22."
714See `mh-variant'." 714See `mh-variant'."
715 :group 'mh-e 715 :group 'mh-e
716 :type '(repeat (directory)) 716 :type '(repeat (directory))
717 :package-version '(MH-E "8.0")) 717 :package-version '(MH-E . "8.0"))
718 718
719(defun mh-variants () 719(defun mh-variants ()
720 "Return a list of installed variants of MH on the system. 720 "Return a list of installed variants of MH on the system.
@@ -949,7 +949,7 @@ necessary and can actually cause problems."
949 (set-default symbol value) ;Done in mh-variant-set-variant! 949 (set-default symbol value) ;Done in mh-variant-set-variant!
950 (mh-variant-set value)) 950 (mh-variant-set value))
951 :group 'mh-e 951 :group 'mh-e
952 :package-version '(MH-E "8.0")) 952 :package-version '(MH-E . "8.0"))
953 953
954 954
955 955