emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-hebrew.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-hebrew.el,v
Date: Tue, 24 Jul 2007 06:11:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/07/24 06:11:17

Index: cal-hebrew.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-hebrew.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- cal-hebrew.el       17 Apr 2007 02:35:44 -0000      1.26
+++ cal-hebrew.el       24 Jul 2007 06:11:17 -0000      1.27
@@ -516,7 +516,7 @@
             (diary-modified (buffer-modified-p))
             (gdate original-date)
             (mark (regexp-quote diary-nonmarking-symbol)))
-        (calendar-for-loop i from 1 to number do
+        (dotimes (idummy number)
            (let* ((d diary-date-forms)
                   (hdate (calendar-hebrew-from-absolute
                           (calendar-absolute-from-gregorian gdate)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]