From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: Re: org mode, cvs emacs, and calendar.el Date: Sat, 24 Nov 2007 22:04:16 -0500 Message-ID: <8r6if81qn.fsf@fencepost.gnu.org> References: <871wafv1x9.fsf@everybody.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org To: "Mark A. Hershberger" Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org List-Id: emacs-orgmode.gnu.org Mark A. Hershberger wrote: > The other is to add a (require =A1holidays) to the org-calendar-holiday > function. This would allow org.el to continue to work with CVS as well > as released versions of emacs. The org.el in Emacs should just be changed to use the new name. If it must remain compatible with older Emacs versions, use something like an fboundp test to handle either name. Or do the require thing.