changeset 22415:c9fa49047eb5

Prevent diary display from being corrupted on printed calendar generation.
author Edward M. Reingold <reingold@emr.cs.iit.edu>
date Tue, 09 Jun 1998 22:30:01 +0000
parents 80fbcba480dc
children a517da228cb9
files lisp/calendar/cal-tex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-tex.el	Tue Jun 09 22:27:59 1998 +0000
+++ b/lisp/calendar/cal-tex.el	Tue Jun 09 22:30:01 1998 +0000
@@ -203,7 +203,7 @@
 (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)))))