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: Fri, 14 Sep 2007 04:27:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/14 04:27:45

Index: cal-hebrew.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-hebrew.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- cal-hebrew.el       26 Jul 2007 05:26:42 -0000      1.28
+++ cal-hebrew.el       14 Sep 2007 04:27:45 -0000      1.29
@@ -352,11 +352,11 @@
              (list (calendar-gregorian-from-absolute (+ abs-r-h 20))
                    "Hoshanah Rabbah")))
             (output-list
-             (filter-visible-calendar-holidays mandatory)))
+             (holiday-filter-visible-calendar mandatory)))
       (if all-hebrew-calendar-holidays
           (setq output-list
                 (append
-                 (filter-visible-calendar-holidays optional)
+                 (holiday-filter-visible-calendar optional)
                  output-list)))
       output-list)))
 
@@ -372,7 +372,7 @@
                           (calendar-absolute-from-gregorian
                            (list m (calendar-last-day-of-month m y) y)))))
                  (abs-h (calendar-absolute-from-hebrew (list 9 25 h-y))))
-            (filter-visible-calendar-holidays
+            (holiday-filter-visible-calendar
              (list
               (list (calendar-gregorian-from-absolute (1- abs-h))
                     "Erev Hanukkah")
@@ -469,11 +469,11 @@
              (list (calendar-gregorian-from-absolute (+ abs-p 51))
                    "Shavuot (second day)")))
            (output-list
-             (filter-visible-calendar-holidays mandatory)))
+             (holiday-filter-visible-calendar mandatory)))
       (if all-hebrew-calendar-holidays
           (setq output-list
                 (append
-                 (filter-visible-calendar-holidays optional)
+                 (holiday-filter-visible-calendar optional)
                  output-list)))
       output-list)))
 
@@ -485,7 +485,7 @@
     (let* ((abs-t-a (calendar-absolute-from-hebrew
                       (list 5 9 (+ displayed-year 3760)))))
 
-      (filter-visible-calendar-holidays
+      (holiday-filter-visible-calendar
        (list
         (list (calendar-gregorian-from-absolute
                (if (= (% abs-t-a 7) 6) (- abs-t-a 20) (- abs-t-a 21)))




reply via email to

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