diff options
author | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-09-16 11:53:23 +0000 |
---|---|---|
committer | Michaël Cadilhac <michael.cadilhac@lrde.org> | 2007-09-16 11:53:23 +0000 |
commit | 6fbc407a01ea6618dabbb66b80c648a0297077f8 (patch) | |
tree | 1f9014ac5ed0c29a680a0b38fe8c210859da8802 /lisp | |
parent | 45c94881d59261fc7c6ef8875053490d9219785a (diff) | |
download | emacs-6fbc407a01ea6618dabbb66b80c648a0297077f8.tar.gz emacs-6fbc407a01ea6618dabbb66b80c648a0297077f8.tar.bz2 emacs-6fbc407a01ea6618dabbb66b80c648a0297077f8.zip |
(list-holidays): Remove the cyclic alias.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/calendar/holidays.el | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 773eb8973d5..7f6418a75e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-09-16 Micha,Ak(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. diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index eaa6e4cb474..f6134940169 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -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) |