Nick Dokos <nicholas.do...@hp.com> writes: Hi Nick,
> I don't think the patch is necessary: as Tassilo points out, > list-calendar-holidays should exist in emacs versions before 23.1, it > is obsoleted in 23.1 and replaced by calendar-list-holidays, but > remains as an alias in versions 23.1 and after. I can confirm that in > both GNU Emacs 23.2.50.1 and GNU Emacs 24.0.50.1, the alias exists and > in both cases > > (commandp 'list-calendar-holidays) > > returns t. I've just fired up emacs 23.1 on some other machine, and there is really only `calendar-list-holidays'. Hm, no, not true. But `calendar-list-holidays' is directly visible to C-h f cause it's autoloaded whereas `list-calendar-holidays' is only there after (require 'holidays). With newer emacsen, both are visible directly, probably because `define-obsolete-function-alias'. Bye, Tassilo _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode