From f2ad0664957310ca41e4fef61eafa14982502f77 Mon Sep 17 00:00:00 2001 From: "Edward M. Reingold" Date: Tue, 9 Jun 1998 22:30:01 +0000 Subject: [PATCH] Prevent diary display from being corrupted on printed calendar generation. --- lisp/calendar/cal-tex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el index 47d179b9c72..265bcd64cec 100644 --- a/lisp/calendar/cal-tex.el +++ b/lisp/calendar/cal-tex.el @@ -203,7 +203,7 @@ This definition is the heart of the calendar!") (defun cal-tex-list-diary-entries (d1 d2) "Generate a list of all diary-entries from absolute date D1 to D2." (let ((diary-list-include-blanks nil) - (diary-display-hook nil)) + (diary-display-hook 'ignore)) (list-diary-entries (calendar-gregorian-from-absolute d1) (1+ (- d2 d1))))) -- 2.39.2