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: Sun, 25 May 2008 20:08:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/05/25 20:08:19

Index: cal-hebrew.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-hebrew.el,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- cal-hebrew.el       6 May 2008 03:07:55 -0000       1.67
+++ cal-hebrew.el       25 May 2008 20:08:18 -0000      1.68
@@ -862,10 +862,8 @@
                       entry
                       (if (= y d) "" " (evening)")
                       diff
-                      (cond ((= (% diff 10) 1) "st")
-                            ((= (% diff 10) 2) "nd")
-                            ((= (% diff 10) 3) "rd")
-                            (t "th")))))))
+                      (diary-ordinal-suffix diff))))))
+
 ;;;###diary-autoload
 (define-obsolete-function-alias 'diary-yahrzeit 'diary-hebrew-yahrzeit "23.1")
 




reply via email to

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