changeset 3167:e4bcdaa214b1

(display-time-day-and-date): Use defvar, not defconst.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 May 1993 04:04:28 +0000
parents 419d3bf1cb2b
children 762660cd6d9d
files lisp/time.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/time.el	Thu May 27 04:01:13 1993 +0000
+++ b/lisp/time.el	Thu May 27 04:04:28 1993 +0000
@@ -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)