diff options
| author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1998-06-09 22:27:59 +0000 |
|---|---|---|
| committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1998-06-09 22:27:59 +0000 |
| commit | f20d548a4857d585d5780e0ee2ee54eef988a5f3 (patch) | |
| tree | 01efbd9a71278cb08b65eb1d16955aae91905372 /lisp | |
| parent | 6c8a48a6d00136970094b4cfbed513ea58b776ae (diff) | |
| download | emacs-f20d548a4857d585d5780e0ee2ee54eef988a5f3.tar.gz | |
Minor fix to previous change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/cal-menu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 614adace202..7da405cc8b8 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -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))) |
