# HG changeset patch # User Jim Blandy # Date 740071464 0 # Node ID 27768df385e2e62028223744709223ff655dad0c # Parent 87bd6540514fa73980d4031610b0196a4b07e739 * holidays.el: Eval calendar-holidays; don't just use its value. diff -r 87bd6540514f -r 27768df385e2 lisp/calendar/holidays.el --- 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