emacs-devel
[Top][All Lists]
Advanced

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

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


From: Michael Kifer
Subject: Re: your changes to ediff*.el and viper*.el
Date: Thu, 10 Jan 2008 02:36:30 -0500

ok, thanks. done

> 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]