Mercurial > emacs
changeset 19312:d67c0dba233d
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Aug 1997 00:58:44 +0000 |
parents | a1c69eba1dd6 |
children | 04175c55c49b |
files | lisp/calendar/cal-tex.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-tex.el Tue Aug 12 00:55:31 1997 +0000 +++ b/lisp/calendar/cal-tex.el Tue Aug 12 00:58:44 1997 +0000 @@ -212,7 +212,8 @@ (defun cal-tex-list-diary-entries (d1 d2) "Generate a list of all diary-entries from absolute date D1 to D2." - (let ((diary-display-hook nil)) + (let ((diary-list-include-blanks nil) + (diary-display-hook nil)) (list-diary-entries (calendar-gregorian-from-absolute d1) (1+ (- d2 d1)))))