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: Mon, 31 Mar 2008 16:23:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/31 16:23:52

Index: cal-hebrew.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-hebrew.el,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- cal-hebrew.el       31 Mar 2008 07:08:38 -0000      1.51
+++ cal-hebrew.el       31 Mar 2008 16:23:52 -0000      1.52
@@ -28,12 +28,7 @@
 
 ;;; Commentary:
 
-;; This collection of functions implements the features of calendar.el and
-;; diary.el that deal with the Hebrew calendar.
-
-;; Technical details of all the calendrical calculations can be found in
-;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
-;; and Nachum Dershowitz, Cambridge University Press (2001).
+;; See calendar.el.
 
 ;;; Code:
 
@@ -616,10 +611,10 @@
   "Mark days in the calendar window that have Hebrew date diary entries.
 Marks each entry in `diary-file' (or included files) visible in the calendar
 window.  See `list-hebrew-diary-entries' for more information."
-  (diary-mark-entries-1 calendar-hebrew-month-name-array-leap-year
+  (diary-mark-entries-1 'mark-hebrew-calendar-date-pattern
+                        calendar-hebrew-month-name-array-leap-year
                         hebrew-diary-entry-symbol
-                        'calendar-hebrew-from-absolute
-                        'mark-hebrew-calendar-date-pattern))
+                        'calendar-hebrew-from-absolute))
 
 
 (autoload 'diary-insert-entry-1 "diary-lib")




reply via email to

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