changeset 3728:27768df385e2

* holidays.el: Eval calendar-holidays; don't just use its value.
author Jim Blandy <jimb@redhat.com>
date Mon, 14 Jun 1993 15:24:24 +0000
parents 87bd6540514f
children b9d69ed987e7
files lisp/calendar/holidays.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/holidays.el	Mon Jun 14 15:12:07 1993 +0000
+++ b/lisp/calendar/holidays.el	Mon Jun 14 15:24:24 1993 +0000
@@ -172,7 +172,7 @@
 (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