diff options
author | Glenn Morris <rgm@gnu.org> | 2018-01-09 23:01:24 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-01-09 23:01:24 -0800 |
commit | 27b754d6b3ade7446b139177e324145f2683e089 (patch) | |
tree | 49ca12d97edbe5c46c4dccebded31b0399b12eab /lisp/calendar/cal-tex.el | |
parent | 641b817c5c37b2256f85fd54ffea0fbfc572eeae (diff) | |
download | emacs-27b754d6b3ade7446b139177e324145f2683e089.tar.gz emacs-27b754d6b3ade7446b139177e324145f2683e089.tar.bz2 emacs-27b754d6b3ade7446b139177e324145f2683e089.zip |
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/cal-tex.el')
-rw-r--r-- | lisp/calendar/cal-tex.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 552832b4834..7ae0ecb7670 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -246,8 +246,6 @@ This definition is the heart of the calendar!") (autoload 'holiday-in-range "holidays") -(define-obsolete-function-alias 'cal-tex-list-holidays 'holiday-in-range "24.3") - (autoload 'diary-list-entries "diary-lib") (defun cal-tex-list-diary-entries (d1 d2) |