summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index ccc99f55eb2..437be3c5aba 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -1,4 +1,5 @@
-;; Holiday functions.
+;;; holidays.el --- holiday functions for the calendar package
+
;; Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -586,3 +587,4 @@ checked. If nil, the holiday (car (cdr (cdr X))), if there, is checked."
(provide 'holidays)
+;;; holidays.el ends here