]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-holidays): Remove the cyclic alias.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 16 Sep 2007 11:53:23 +0000 (11:53 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 16 Sep 2007 11:53:23 +0000 (11:53 +0000)
lisp/ChangeLog
lisp/calendar/holidays.el

index 773eb8973d5836556a2eafaba7e2f67434ddef13..7f6418a75e5a95b8ac588df0fd289ed460881197 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-16  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * calendar/holidays.el (list-holidays): Remove the cyclic alias.
+
 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * server.el (server-clients): Only keep procs, no properties any more.
index eaa6e4cb4743a468b1078c5c7917fd1f6efe08b9..f61349401694c8f10588b35e36c3866fb7060ce4 100644 (file)
@@ -528,8 +528,6 @@ is non-nil)."
   'mark-calendar-holidays 'calendar-mark-holidays "23.1")
 (define-obsolete-function-alias
   'check-calendar-holidays 'calendar-check-holidays "23.1")
-;;;###autoload
-(define-obsolete-function-alias 'list-holidays 'holiday-list "23.1")
 
 (provide 'holidays)