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: Sat, 05 Apr 2008 20:21:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/05 20:21:48

Index: cal-hebrew.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-hebrew.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- cal-hebrew.el       4 Apr 2008 04:37:47 -0000       1.57
+++ cal-hebrew.el       5 Apr 2008 20:21:48 -0000       1.58
@@ -582,7 +582,7 @@
 ;;;###diary-autoload
 (defun list-hebrew-diary-entries ()
   "Add any Hebrew date entries from the diary file to `diary-entries-list'.
-Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol'
+Hebrew date diary entries must be prefaced by `diary-hebrew-entry-symbol'
 \(normally an `H').  The same diary date forms govern the style
 of the Hebrew calendar entries, except that the Hebrew month
 names cannot be abbreviated.  The Hebrew months are numbered
@@ -593,7 +593,7 @@
 listing, but will not be marked in the calendar.  This function
 is provided for use with `nongregorian-diary-listing-hook'."
   (diary-list-entries-1 calendar-hebrew-month-name-array-leap-year
-                        hebrew-diary-entry-symbol
+                        diary-hebrew-entry-symbol
                         'calendar-hebrew-from-absolute))
 
 (autoload 'calendar-mark-complex "diary-lib")
@@ -630,7 +630,7 @@
 window.  See `list-hebrew-diary-entries' for more information."
   (diary-mark-entries-1 'mark-hebrew-calendar-date-pattern
                         calendar-hebrew-month-name-array-leap-year
-                        hebrew-diary-entry-symbol
+                        diary-hebrew-entry-symbol
                         'calendar-hebrew-from-absolute))
 
 
@@ -643,7 +643,7 @@
 Prefix argument ARG makes the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 nil arg calendar-hebrew-month-name-array-leap-year
-                        hebrew-diary-entry-symbol
+                        diary-hebrew-entry-symbol
                         'calendar-hebrew-from-absolute))
 
 ;;;###cal-autoload
@@ -653,7 +653,7 @@
 Prefix argument ARG makes the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 'monthly arg calendar-hebrew-month-name-array-leap-year
-                        hebrew-diary-entry-symbol
+                        diary-hebrew-entry-symbol
                         'calendar-hebrew-from-absolute))
 
 ;;;###cal-autoload
@@ -663,7 +663,7 @@
 Prefix argument ARG makes the entry nonmarking."
   (interactive "P")
   (diary-insert-entry-1 'yearly arg calendar-hebrew-month-name-array-leap-year
-                        hebrew-diary-entry-symbol
+                        diary-hebrew-entry-symbol
                         'calendar-hebrew-from-absolute))
 
 ;;;###autoload




reply via email to

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