Mercurial > emacs
changeset 95465:31d54ec5d504
(mh-path, mh-variant): Use dotted syntax for `package-version' info.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 01 Jun 2008 21:45:51 +0000 |
parents | de4cb7ab40db |
children | 807c99ce112c |
files | lisp/mh-e/mh-e.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el Sun Jun 01 21:26:53 2008 +0000 +++ b/lisp/mh-e/mh-e.el Sun Jun 01 21:45:51 2008 +0000 @@ -714,7 +714,7 @@ 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 @@ (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"))