aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/appt.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b /lisp/calendar/appt.el
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/calendar/appt.el')
-rw-r--r--lisp/calendar/appt.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 5d11695cda..2376d76a86 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