1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* holidays.el: Eval calendar-holidays; don't just use its value.

This commit is contained in:
Jim Blandy 1993-06-14 15:24:24 +00:00
parent 3c59d981be
commit e0e8ed67ff

View File

@ -172,7 +172,7 @@ holidays are found, nil if not."
(defun calendar-holiday-list ()
"Form the list of holidays that occur on dates in the calendar window.
The holidays are those in the list calendar-holidays."
(let ((p calendar-holidays)
(let ((p (eval calendar-holidays))
(holiday-list))
(while p
(let* ((function-name