summaryrefslogtreecommitdiff
path: root/lisp/calendar/holidays.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-01-09 23:01:24 -0800
committerGlenn Morris <rgm@gnu.org>2018-01-09 23:01:24 -0800
commit27b754d6b3ade7446b139177e324145f2683e089 (patch)
tree49ca12d97edbe5c46c4dccebded31b0399b12eab /lisp/calendar/holidays.el
parent641b817c5c37b2256f85fd54ffea0fbfc572eeae (diff)
downloademacs-27b754d6b3ade7446b139177e324145f2683e089.tar.gz
Remove some obsolete calendar functions and variables
* lisp/calendar/cal-tex.el (cal-tex-list-holidays): Remove alias, obsolete since 24.4. * lisp/calendar/calendar.el (calendar-mode): No longer use calendar-font-lock-keywords. (calendar-font-lock-keywords): Delete variable, obsolete since 24.4. ; * lisp/calendar/holidays.el: Comment.
Diffstat (limited to 'lisp/calendar/holidays.el')
-rw-r--r--lisp/calendar/holidays.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 8e2a6c96551..198c3bb087f 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -522,7 +522,6 @@ strings describing those holidays that apply on DATE, or nil if none do."
(setq holiday-list (append holiday-list (cdr h)))))))
-;; Formerly cal-tex-list-holidays.
(defun holiday-in-range (d1 d2)
"Generate a list of all holidays in range from absolute date D1 to D2."
(let* ((start (calendar-gregorian-from-absolute d1))