emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: declare-function from included file


From: Dan Nicolaescu
Subject: Re: declare-function from included file
Date: Wed, 19 Mar 2008 15:18:09 -0700

Ralf Angeli <address@hidden> writes:

  > * Dan Nicolaescu (2008-03-19) writes:
  > 
  > > Ralf Angeli <address@hidden> writes:
  > >
  > >   > In RefTeX's own repository compiling still emits warnings.
  > >
  > > What's wrong with just copying the declare-functions from emacs CVS to
  > > get rid of them? 
  > 
  > I've already explained this in this thread.

The 3 files that use declare-function would need to add a one liner
for compatibility with older versions or XEmacs:

(eval-and-compile (unless (fboundp 'declare-function) (defmacro 
declare-function (&rest))))

This is already done by other files in the emacs tree.

As a GNU package reftex should not deliberately diverge from Emacs CVS HEAD...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]