]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix to previous change.
authorEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 9 Jun 1998 22:27:59 +0000 (22:27 +0000)
committerEdward M. Reingold <reingold@emr.cs.iit.edu>
Tue, 9 Jun 1998 22:27:59 +0000 (22:27 +0000)
lisp/calendar/cal-menu.el

index 614adace20259576da770aab93becdec22d5e246..7da405cc8b8ed903c0c44a62676a7ad99a8599a5 100644 (file)
@@ -302,7 +302,7 @@ ERROR is t, otherwise just returns nil."
   (let* ((date (calendar-event-to-date))
          (l (mapcar '(lambda (x) (list (car (cdr x))))
                     (let ((diary-list-include-blanks nil)
-                          (diary-display-hook nil))
+                          (diary-display-hook 'ignore))
                       (list-diary-entries date 1))))
          (selection
           (x-popup-menu
@@ -320,7 +320,7 @@ ERROR is t, otherwise just returns nil."
   (let* ((date (calendar-event-to-date))
          (l (mapcar '(lambda (x) (list (car (cdr x))))
                     (let ((diary-list-include-blanks nil)
-                          (diary-display-hook nil)
+                          (diary-display-hook 'ignore)
                           (diary-file (read-file-name
                                        "Enter diary file name: "
                                        default-directory nil t)))