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


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

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

Index: cal-islam.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-islam.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- cal-islam.el        17 Apr 2007 02:35:44 -0000      1.22
+++ cal-islam.el        24 Jul 2007 06:10:49 -0000      1.23
@@ -210,7 +210,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)
                   (idate (calendar-islamic-from-absolute
                           (calendar-absolute-from-gregorian gdate)))




reply via email to

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