# HG changeset patch # User Richard M. Stallman # Date 738475468 0 # Node ID e4bcdaa214b1e4044bc05cf71b32ec14a1bfdd6d # Parent 419d3bf1cb2b9fe00cbe56b4575052df352495fe (display-time-day-and-date): Use defvar, not defconst. diff -r 419d3bf1cb2b -r e4bcdaa214b1 lisp/time.el --- 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)