diff options
| -rw-r--r-- | lisp/calendar/holidays.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 00d96531a64..c3986052b49 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -172,7 +172,7 @@ holidays are found, nil if not." | |||
| 172 | (defun calendar-holiday-list () | 172 | (defun calendar-holiday-list () |
| 173 | "Form the list of holidays that occur on dates in the calendar window. | 173 | "Form the list of holidays that occur on dates in the calendar window. |
| 174 | The holidays are those in the list calendar-holidays." | 174 | The holidays are those in the list calendar-holidays." |
| 175 | (let ((p calendar-holidays) | 175 | (let ((p (eval calendar-holidays)) |
| 176 | (holiday-list)) | 176 | (holiday-list)) |
| 177 | (while p | 177 | (while p |
| 178 | (let* ((function-name | 178 | (let* ((function-name |