emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el


From: John Paul Wallington
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el
Date: Sun, 01 Jun 2008 21:45:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/06/01 21:45:51

Modified files:
        lisp/mh-e      : mh-e.el 

Log message:
        (mh-path, mh-variant): Use dotted syntax for `package-version' info.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-e.el?cvsroot=emacs&r1=1.123&r2=1.124

Patches:
Index: mh-e.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -b -r1.123 -r1.124
--- mh-e.el     27 May 2008 00:00:22 -0000      1.123
+++ mh-e.el     1 Jun 2008 21:45:51 -0000       1.124
@@ -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"))
 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]