summaryrefslogtreecommitdiff
path: root/lisp/time-stamp.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-09 13:23:20 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-09 13:23:20 +0000
commit0a8052bd6d00101a62f0ba0d8e35ef1cd5d21126 (patch)
tree64f1790cd12644f1b1c9c1e7183d3395fd783e62 /lisp/time-stamp.el
parent79b9f6e0cf23f2834cbc876511688d03e60850bf (diff)
downloademacs-0a8052bd6d00101a62f0ba0d8e35ef1cd5d21126.tar.gz
(time-stamp-old-format-warn): reorder custom
choices to match documentation string.
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r--lisp/time-stamp.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index b34ddfe0b60..00b725c074f 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -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