]> git.eshelyaron.com Git - emacs.git/commitdiff
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Aug 1997 00:58:44 +0000 (00:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Aug 1997 00:58:44 +0000 (00:58 +0000)
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.

lisp/calendar/cal-tex.el

index 4caa6839115bd3df322533bf8e117c83bcdd7f7f..172f5d5ff84387654c2946d6ccebffcc5ab8cc4f 100644 (file)
@@ -212,7 +212,8 @@ 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-display-hook nil))
+  (let ((diary-list-include-blanks nil)
+        (diary-display-hook nil))
     (list-diary-entries
      (calendar-gregorian-from-absolute d1)
      (1+ (- d2 d1)))))