summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-07 04:30:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-07 04:30:52 +0000
commit3b3b789f0bc807c1091923a96ad7331c0774010e (patch)
tree496ad50327169f8f1cead0f48f5f9dd6cfc8fb97
parentab0ab5f28aff68b1b79d790bcd10dacd49222b4b (diff)
downloademacs-3b3b789f0bc807c1091923a96ad7331c0774010e.tar.gz
(time-stamp-time-zone): Allow nil as alternative.
-rw-r--r--lisp/time-stamp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index d8a279e0082..93c4f86af1d 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -113,7 +113,7 @@ If nil, no notification is given."
(defcustom time-stamp-time-zone nil
"If non-nil, a string naming the timezone to be used by \\[time-stamp].
Format is the same as that used by the environment variable TZ on your system."
- :type 'string
+ :type '(choice (const nil) string)
:group 'time-stamp)