Mercurial > emacs
changeset 19791:1366d82c1d3f
(time-stamp-time-zone): Allow nil as alternative.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Sep 1997 04:30:52 +0000 |
parents | 5f1711b00ca0 |
children | 953af2c5a9d1 |
files | lisp/time-stamp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/time-stamp.el Sun Sep 07 04:25:59 1997 +0000 +++ b/lisp/time-stamp.el Sun Sep 07 04:30:52 1997 +0000 @@ -113,7 +113,7 @@ (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)