diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-27 04:04:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-27 04:04:28 +0000 |
commit | c636405b43af10750f4b8fffdbd240f7282513cb (patch) | |
tree | 414a9da46a6d387db3d075db9a4a35d02f57ee1c /lisp/time.el | |
parent | 1eb4d468b5f4dfdbfe5170aada0b686c3eae0502 (diff) | |
download | emacs-c636405b43af10750f4b8fffdbd240f7282513cb.tar.gz |
(display-time-day-and-date): Use defvar, not defconst.
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 492552431eb..a1827f644a5 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -32,7 +32,7 @@ Default is system-dependent, and is the same as used by Rmail.") ;;;###autoload -(defconst display-time-day-and-date nil "\ +(defvar display-time-day-and-date nil "\ *Non-nil means \\[display-time] should display day and date as well as time.") (defvar display-time-process nil) |