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/holidays.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/holidays.el,v
Date: Wed, 26 Mar 2008 03:14:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/26 03:14:13

Index: holidays.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/holidays.el,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- holidays.el 17 Mar 2008 02:20:49 -0000      1.64
+++ holidays.el 26 Mar 2008 03:14:13 -0000      1.65
@@ -162,9 +162,8 @@
           (lists
            (list
             (cons "All" calendar-holidays)
-            (if (fboundp 'atan)
                 (cons "Equinoxes/Solstices"
-                      (list (list 'solar-equinoxes-solstices))))
+                  (list (list 'solar-equinoxes-solstices)))
             (if general-holidays (cons "General" general-holidays))
             (if local-holidays (cons "Local" local-holidays))
             (if other-holidays (cons "Other" other-holidays))




reply via email to

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