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-bahai.el,v


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

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

Index: cal-bahai.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-bahai.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- cal-bahai.el        15 Jul 2007 19:12:45 -0000      1.15
+++ cal-bahai.el        24 Jul 2007 06:10:22 -0000      1.16
@@ -220,7 +220,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)
                   (bdate (calendar-bahai-from-absolute
                           (calendar-absolute-from-gregorian gdate)))




reply via email to

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