diff options
author | Dave Love <fx@gnu.org> | 1999-09-28 22:15:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-28 22:15:10 +0000 |
commit | 76d4fa66d1e423e2c52f32962adcbd12dc82f298 (patch) | |
tree | 7325d970a5016ee1287e85aafb1af59b0639d37b | |
parent | 164cfaeb578b16a99882b910c3b98606e5f816b5 (diff) | |
download | emacs-76d4fa66d1e423e2c52f32962adcbd12dc82f298.tar.gz |
(display-time-mode): Add autoload cookie.
-rw-r--r-- | lisp/time.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/time.el b/lisp/time.el index 9e80c636af1..17a215b30ca 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -34,6 +34,7 @@ :group 'mail) +;;;###autoload (defcustom display-time-mode nil "Toggle display of time, load level, and mail flag in mode lines. Setting this variable directly does not take effect; |