]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-stamp-old-format-warn): reorder custom
authorGerd Moellmann <gerd@gnu.org>
Sat, 9 Dec 2000 13:23:20 +0000 (13:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 9 Dec 2000 13:23:20 +0000 (13:23 +0000)
choices to match documentation string.

lisp/ChangeLog
lisp/time-stamp.el

index 32c58b4257db6598f41d4bf5a3977a2357cd6b1f..4dec8cfb06c9653981d368c7d3650257f4110b1b 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-09  Stephen Gildea  <gildea@alum.mit.edu>
+
+       * time-stamp.el (time-stamp-old-format-warn): Reorder custom
+       choices to match documentation string.
+
 2000-12-09  Miles Bader  <miles@gnu.org>
 
        * minibuf-eldef.el: New file.
index b34ddfe0b6085e6153ba93914aeababd9662c81e..00b725c074f382ab02331296ab0ccaeb6e67500f 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright 1989, 1993, 1994, 1995, 1997, 2000
 ;;;    Free Software Foundation, Inc.
 
-;; Maintainer's Time-stamp: <2000-10-23 16:08:34 gildea>
+;; Maintainer's Time-stamp: <2000-12-04 16:06:50 gildea>
 ;; Maintainer: Stephen Gildea <gildea@alum.mit.edu>
 ;; Keywords: tools
 
@@ -107,9 +107,10 @@ been updated."
 If `error', the format is not used.  If `ask', the user is queried about
 using the time-stamp-format.  If `warn', a warning is displayed.
 If nil, no notification is given."
-  :type '(choice (const :tag "No notification" nil)
-                 (const :tag "Don't use the format" error)
-                 (const ask) (const warn))
+  :type '(choice (const :tag "Don't use the format" error)
+                 (const ask)
+                 (const warn)
+                (const :tag "No notification" nil))
   :group 'time-stamp)
 
 (defcustom time-stamp-time-zone nil