From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Minor bug: org-agenda-holidays Date: Wed, 22 Dec 2010 20:22:53 +0100 Message-ID: <87r5d9ipde.fsf@member.fsf.org> References: <87fwtqe0y1.fsf@noorul.maa.corp.collab.net> <4D11AE5C.6060504@xnet.co.nz> <877hf2dvft.fsf@noorul.maa.corp.collab.net> <12593.1293035056@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34531 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVUHI-000429-8v for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 14:23:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVUHG-0005Js-IH for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 14:23:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:38902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVUHG-0005JP-Cu for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 14:23:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVUHB-0007Cl-JA for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 20:23:05 +0100 Received: from 95-88-32-105-dynip.superkabel.de ([95.88.32.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 20:23:05 +0100 Received: from tassilo by 95-88-32-105-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 20:23:05 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Dokos 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