diff options
| author | Michaël Cadilhac | 2007-09-16 11:53:23 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2007-09-16 11:53:23 +0000 |
| commit | 6fbc407a01ea6618dabbb66b80c648a0297077f8 (patch) | |
| tree | 1f9014ac5ed0c29a680a0b38fe8c210859da8802 | |
| parent | 45c94881d59261fc7c6ef8875053490d9219785a (diff) | |
| download | emacs-6fbc407a01ea6618dabbb66b80c648a0297077f8.tar.gz emacs-6fbc407a01ea6618dabbb66b80c648a0297077f8.zip | |
(list-holidays): Remove the cyclic alias.
| -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 @@ | |||
| 1 | 2007-09-16 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | ||
| 2 | |||
| 3 | * calendar/holidays.el (list-holidays): Remove the cyclic alias. | ||
| 4 | |||
| 1 | 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * server.el (server-clients): Only keep procs, no properties any more. | 7 | * 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)." | |||
| 528 | 'mark-calendar-holidays 'calendar-mark-holidays "23.1") | 528 | 'mark-calendar-holidays 'calendar-mark-holidays "23.1") |
| 529 | (define-obsolete-function-alias | 529 | (define-obsolete-function-alias |
| 530 | 'check-calendar-holidays 'calendar-check-holidays "23.1") | 530 | 'check-calendar-holidays 'calendar-check-holidays "23.1") |
| 531 | ;;;###autoload | ||
| 532 | (define-obsolete-function-alias 'list-holidays 'holiday-list "23.1") | ||
| 533 | 531 | ||
| 534 | (provide 'holidays) | 532 | (provide 'holidays) |
| 535 | 533 | ||