diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 20:24:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 20:24:49 +0000 |
commit | d501f51645d966e8fe2febba698779996b33eb21 (patch) | |
tree | 6f8fb7b58342ab0125aecfd659e90e5b66c0ef28 /lisp/time.el | |
parent | 76d7458ed90577d639dc71a5e100839d9a9ab13c (diff) | |
download | emacs-d501f51645d966e8fe2febba698779996b33eb21.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index 27485bee64a..2978b812cdb 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -1,4 +1,5 @@ -;; Display time and load in mode line of Emacs. +;;; time.el --- display time and load in mode line of Emacs. + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -122,3 +123,5 @@ After each update, `display-time-hook' is run with `run-hooks'." (while (file-symlink-p file) (setq file (file-symlink-p file))) (> (nth 7 (file-attributes file)) 0)) + +;;; time.el ends here |