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: Mon, 18 Oct 2004 01:44:28 +0300
User-agent: KMail/1.5.4

I wrote:

> Current CVS fails to build here:

Apparently no one cares...

So, the cause is this change:

2004-10-12  Kenichi Handa  <address@hidden>

        * international/mule.el (coding-system-equal): Move from mule-util.el.

        * international/mule-util.el (coding-system-equal): Move to mule.el.

I managed to build Emacs by reverting this patch and removing
`lisp/loaddefs.el'.  Presumably, the following one-liner should
solve the problem (i.e. instead of reverting the change of 12
October.)  I didn't verify though.

Paul


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






reply via email to

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