summaryrefslogtreecommitdiff
path: root/lisp/time.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-27 04:04:28 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-27 04:04:28 +0000
commit1e15cacf8fca90c39e05440b24ce3390720f9049 (patch)
tree48b277e07ef6b670200e6654ec7362bb4bcf56d7 /lisp/time.el
parent3f4945f13e568a8842a38886a48b8c987ba88344 (diff)
downloademacs-1e15cacf8fca90c39e05440b24ce3390720f9049.tar.gz
(display-time-day-and-date): Use defvar, not defconst.
Diffstat (limited to 'lisp/time.el')
-rw-r--r--lisp/time.el2
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)