]> git.eshelyaron.com Git - emacs.git/commitdiff
(mark-hebrew-calendar-date-pattern): Use zerop.
authorGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 04:24:24 +0000 (04:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 8 Mar 2008 04:24:24 +0000 (04:24 +0000)
lisp/calendar/cal-hebrew.el

index 33e451bc1ed73dc6562b792efe1d2f092973a7b0..d9b1be4ceefcdfaf708d4090939312140b18649b 100644 (file)
@@ -1,7 +1,7 @@
 ;;; cal-hebrew.el --- calendar functions for the Hebrew calendar
 
-;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008  Free Software Foundation, Inc.
 
 ;; Author: Nachum Dershowitz <nachum@cs.uiuc.edu>
 ;;      Edward M. Reingold <reingold@cs.uiuc.edu>
@@ -599,8 +599,8 @@ not be marked in the calendar.  This function is provided for use with the
 A value of 0 in any position is a wildcard."
   (save-excursion
     (set-buffer calendar-buffer)
-    (if (and (/= 0 month) (/= 0 day))
-        (if (/= 0 year)
+    (if (and (not (zerop month)) (not (zerop day)))
+        (if (not (zerop year))
             ;; Fully specified Hebrew date.
             (let ((date (calendar-gregorian-from-absolute
                          (calendar-absolute-from-hebrew