Mercurial > emacs
comparison lisp/ChangeLog @ 92925:85bb22fa60a0
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 14 Mar 2008 07:09:03 +0000 |
parents | c009a4916c6a |
children | d0ff3e5de45a |
comparison
equal
deleted
inserted
replaced
92924:31862b15d5bb | 92925:85bb22fa60a0 |
---|---|
97 Move declarations where needed. | 97 Move declarations where needed. |
98 (calendar-holiday-list, calendar-list-holidays) | 98 (calendar-holiday-list, calendar-list-holidays) |
99 (holiday-filter-visible-calendar): Move definitions before use. | 99 (holiday-filter-visible-calendar): Move definitions before use. |
100 (list-holidays): Use cadr. | 100 (list-holidays): Use cadr. |
101 Relocate obsolete aliases after their replacements. | 101 Relocate obsolete aliases after their replacements. |
102 | |
103 * calendar/lunar.el (date, displayed-month, displayed-year): | |
104 Move declarations where needed. | |
105 (lunar-phase-list): Move definition after functions it uses. | |
106 (calendar-phases-of-moon, diary-phases-of-moon) | |
107 (lunar-new-moon-on-or-after): Use cadr, nth. | |
108 (lunar-new-moon-on-or-after): Doc fix. | |
102 | 109 |
103 * textmodes/org-irc.el (top-level): CL not required when compiling. | 110 * textmodes/org-irc.el (top-level): CL not required when compiling. |
104 (org-irc-visit-erc): Replace runtime CL functions. | 111 (org-irc-visit-erc): Replace runtime CL functions. |
105 | 112 |
106 * textmodes/org-publish.el (declare-function): Add compatibility stub. | 113 * textmodes/org-publish.el (declare-function): Add compatibility stub. |