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 | 1e15cacf8fca90c39e05440b24ce3390720f9049 (patch) | |
tree | 48b277e07ef6b670200e6654ec7362bb4bcf56d7 /lisp/time.el | |
parent | 3f4945f13e568a8842a38886a48b8c987ba88344 (diff) | |
download | emacs-1e15cacf8fca90c39e05440b24ce3390720f9049.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) |