diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 18:28:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 18:28:42 +0000 |
commit | d1c7011d35a2a93a06f18c4b10e85982cff9392e (patch) | |
tree | 1cafb1d5eeaabfd27ba83652b0cf481424071cc5 /lisp/diary-lib.el | |
parent | 2f14b48d341021458b98dbb367e086e5996e85d8 (diff) | |
download | emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.gz emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.tar.bz2 emacs-d1c7011d35a2a93a06f18c4b10e85982cff9392e.zip |
*** empty log message ***
Diffstat (limited to 'lisp/diary-lib.el')
-rw-r--r-- | lisp/diary-lib.el | 8 |
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 |