changeset 93447:61387f2ed475

Comment.
author Glenn Morris <rgm@gnu.org>
date Mon, 31 Mar 2008 07:08:23 +0000
parents baad832293a3
children 9d52e0832665
files lisp/calendar/cal-julian.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-julian.el	Mon Mar 31 04:38:58 2008 +0000
+++ b/lisp/calendar/cal-julian.el	Mon Mar 31 07:08:23 2008 +0000
@@ -136,7 +136,6 @@
 (defvar displayed-month)
 (defvar displayed-year)
 
-;; FIXME same as hebrew
 ;;;###holiday-autoload
 (defun holiday-julian (month day string)
   "Holiday on MONTH, DAY (Julian) called STRING.
@@ -145,6 +144,8 @@
 nil if it is not visible in the current calendar window."
   ;; We need to choose the Julian year associated with month and day
   ;; that might make them visible.
+  ;; This is the same as holiday-hebrew, except that the test for
+  ;; which year to use is different.
   (let* ((m1 displayed-month)
          (y1 displayed-year)
          (m2 displayed-month)