summaryrefslogtreecommitdiff
path: root/lisp/calendar
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-06-03 02:55:55 +0000
committerRichard M. Stallman <rms@gnu.org>1992-06-03 02:55:55 +0000
commit94b304d75bf726a58599a76820c6f91b0b0005cd (patch)
tree5a6bab4d301e5c499fbdcf0417836bc76f4ac4a5 /lisp/calendar
parent6d95ff37b33a90425a17dcc2d048af27a31d218d (diff)
downloademacs-94b304d75bf726a58599a76820c6f91b0b0005cd.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/calendar')
-rw-r--r--lisp/calendar/calendar.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 3c60d624c7a..1e3fbd3194b 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1,4 +1,5 @@
-;; Calendar functions.
+;;; calendar.el --- Calendar functions.
+
;; Copyright (C) 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -737,6 +738,7 @@ sum EXPRESSION."
"Extract the year part of DATE which has the form (month day year)."
(` (car (cdr (cdr (, date))))))
+;;;###autoload
(defun calendar (&optional arg)
"Display a three-month calendar in another window.
The three months appear side by side, with the current month in the middle
@@ -2567,3 +2569,4 @@ cursor."
(provide 'calendar)
+;;; calendar.el ends here