diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/calendar/appt.el | |
parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/calendar/appt.el')
-rw-r--r-- | lisp/calendar/appt.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 5d11695cdaf..2376d76a867 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -1,4 +1,5 @@ -;; Appointment notification functions. +;;; appt.el --- appointment notification functions. + ;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -494,7 +495,6 @@ The time should be in either 24 hour format or am/pm format." (setq conv-time (+ (* hr 60) min)) conv-time)) - (setq display-time-hook 'appt-check) - +;;; appt.el ends here |