(list-holidays): Remove the cyclic alias.
This commit is contained in:
parent
45c94881d5
commit
6fbc407a01
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue