emacs-devel
[Top][All Lists]
Advanced

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

Re: CVS Emacs doesn't build


From: Paul Pogonyshev
Subject: Re: CVS Emacs doesn't build
Date: Thu, 21 Oct 2004 01:04:13 +0300
User-agent: KMail/1.6.2

Richard Stallman wrote:
>     I managed to build Emacs by reverting this patch and removing
>     `lisp/loaddefs.el'.
> 
> We don't want to do that.
> 
>     +;;;###autoload
>      (defun coding-system-equal (coding-system-1 coding-system-2)
>        "Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are 
> identical.
>      Two coding systems are identical if two symbols are equal
> 
>     --- mule.el.~1.204.~ 2004-10-18 01:41:16.000000000 +0300
>     +++ mule.el 2004-10-18 01:41:53.000000000 +0300
>     @@ -535,6 +535,7 @@ coding system whose eol-type is N."
>        (and (not (> (downcase c1) (downcase c2)))
>      (< c1 c2)))))))
> 
>     +;;;###autoload
> 
> mule.el is preloaded, so this autolod cookie ought to have no effect.
> 
> Can you debug why the build fails?

I finally got around to it.  Change in autoloading wasn't necessary, just
removing `loaddefs.el' or `make maintainer-clean' was enough.  Sorry for
the false alarm.

Paul





reply via email to

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