diff options
| author | Glenn Morris | 2008-03-26 03:14:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-26 03:14:13 +0000 |
| commit | 7d58cf63372e07a066831fad3400412d2d7a955c (patch) | |
| tree | d6c45b2bacc647523a8f146c912924b74eb478b6 | |
| parent | f21811af0fd8eb7b27eab34b83ce8e885664ec09 (diff) | |
| download | emacs-7d58cf63372e07a066831fad3400412d2d7a955c.tar.gz emacs-7d58cf63372e07a066831fad3400412d2d7a955c.zip | |
(list-holidays): Assume atan always bound.
| -rw-r--r-- | lisp/calendar/holidays.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index e591ac82328..688ea9bf89e 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -162,9 +162,8 @@ The optional LABEL is used to label the buffer created." | |||
| 162 | (lists | 162 | (lists |
| 163 | (list | 163 | (list |
| 164 | (cons "All" calendar-holidays) | 164 | (cons "All" calendar-holidays) |
| 165 | (if (fboundp 'atan) | 165 | (cons "Equinoxes/Solstices" |
| 166 | (cons "Equinoxes/Solstices" | 166 | (list (list 'solar-equinoxes-solstices))) |
| 167 | (list (list 'solar-equinoxes-solstices)))) | ||
| 168 | (if general-holidays (cons "General" general-holidays)) | 167 | (if general-holidays (cons "General" general-holidays)) |
| 169 | (if local-holidays (cons "Local" local-holidays)) | 168 | (if local-holidays (cons "Local" local-holidays)) |
| 170 | (if other-holidays (cons "Other" other-holidays)) | 169 | (if other-holidays (cons "Other" other-holidays)) |