diff lisp/calendar/appt.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents b88e2c9f0f5b
children c99faf9381bb
line wrap: on
line diff
--- a/lisp/calendar/appt.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/calendar/appt.el	Sat May 30 23:54:21 1992 +0000
@@ -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 @@
     (setq conv-time (+ (* hr 60) min))
     conv-time))
 
-
 (setq display-time-hook 'appt-check)
 
-
+;;; appt.el ends here