comparison lisp/time-stamp.el @ 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 fd1ee3c25839
children 82e7d581bad1
comparison
equal deleted inserted replaced
19790:5f1711b00ca0 19791:1366d82c1d3f
111 :group 'time-stamp) 111 :group 'time-stamp)
112 112
113 (defcustom time-stamp-time-zone nil 113 (defcustom time-stamp-time-zone nil
114 "If non-nil, a string naming the timezone to be used by \\[time-stamp]. 114 "If non-nil, a string naming the timezone to be used by \\[time-stamp].
115 Format is the same as that used by the environment variable TZ on your system." 115 Format is the same as that used by the environment variable TZ on your system."
116 :type 'string 116 :type '(choice (const nil) string)
117 :group 'time-stamp) 117 :group 'time-stamp)
118 118
119 119
120 ;;; Do not change time-stamp-line-limit, time-stamp-start, or 120 ;;; Do not change time-stamp-line-limit, time-stamp-start, or
121 ;;; time-stamp-end in your .emacs or you will be incompatible 121 ;;; time-stamp-end in your .emacs or you will be incompatible