[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS Emacs doesn't build
From: |
Richard Stallman |
Subject: |
Re: CVS Emacs doesn't build |
Date: |
Mon, 18 Oct 2004 09:59:25 -0400 |
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?