diff lisp/calendar/holidays.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 00c265302412
children e7d0572ccca5 d7ddb3e565de
line wrap: on
line diff
--- a/lisp/calendar/holidays.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/calendar/holidays.el	Tue Feb 04 13:24:35 2003 +0000
@@ -149,7 +149,7 @@
           (name (if (string-equal choice "Equinoxes/Solstices")
                     choice
                   (if (member choice '("Ask" ""))
-                      "Holidays" 
+                      "Holidays"
                     (format "%s Holidays" choice)))))
      (list start-year end-year which name)))
   (message "Computing holidays...")
@@ -466,7 +466,7 @@
            (filter-visible-calendar-holidays mandatory)))
      (if all-christian-calendar-holidays
          (setq output-list
-               (append 
+               (append
                 (filter-visible-calendar-holidays optional)
                 output-list)))
      output-list)))