changeset 34395:2f4a4d355834

(time-stamp-old-format-warn): reorder custom choices to match documentation string.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 09 Dec 2000 13:22:51 +0000
parents d6a4dd5cd345
children 1e80f58a8374
files lisp/time-stamp.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time-stamp.el	Sat Dec 09 04:12:01 2000 +0000
+++ b/lisp/time-stamp.el	Sat Dec 09 13:22:51 2000 +0000
@@ -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 @@
 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