summaryrefslogtreecommitdiff
path: root/lisp/=diary-lib.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/=diary-lib.el')
-rw-r--r--lisp/=diary-lib.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/=diary-lib.el b/lisp/=diary-lib.el
index c8ffe581ebf..0c2808cbc2d 100644
--- a/lisp/=diary-lib.el
+++ b/lisp/=diary-lib.el
@@ -1,4 +1,8 @@
;;; diary.el --- diary functions.
+
+;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
+;; Last-Modified: 30 Jun 1992
+
;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -18,6 +22,8 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
+;;; Commentary:
+
;; This collection of functions implements the diary features as described
;; in calendar.el.
@@ -27,6 +33,8 @@
;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
;; Urbana, Illinois 61801
+;;; Code:
+
(require 'calendar)
;;;###autoload