emacs-devel
[Top][All Lists]
Advanced

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

your changes to ediff*.el and viper*.el


From: Dan Nicolaescu
Subject: your changes to ediff*.el and viper*.el
Date: Wed, 09 Jan 2008 00:17:08 -0800

Hi,

Can you please revert these changes:

       * viper*.el: commented out declare-function -- not defined in
       XEmacs.

       * ediff*.el: commented out declare-function. "make bootstrap"
       stops with an error and emacs does not compile with those things
       in.
       Besides, declare-function is not defined in XEmacs.


Your build fails because it is stale, you need to do a 
"make maintainer-clean", it will succeed after that. 

As for compatibility with XEmacs, there already is a standard solution
used by several files in the tree that need XEmacs compatibility:

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


Thanks

        --dan




reply via email to

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