From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: CVS Emacs doesn't build Date: Mon, 18 Oct 2004 01:44:28 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410161458.12590.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098052683 21385 80.91.229.6 (17 Oct 2004 22:38:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2004 22:38:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 18 00:37:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJJf2-0008BS-00 for ; Mon, 18 Oct 2004 00:37:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJJmJ-0005Yb-1i for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2004 18:45:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJJmC-0005YW-35 for emacs-devel@gnu.org; Sun, 17 Oct 2004 18:45:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJJmB-0005YK-Li for emacs-devel@gnu.org; Sun, 17 Oct 2004 18:45:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJJmB-0005YH-Hm for emacs-devel@gnu.org; Sun, 17 Oct 2004 18:45:19 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CJJeg-0003b4-EV for emacs-devel@gnu.org; Sun, 17 Oct 2004 18:37:34 -0400 Original-Received: (qmail 2381 invoked by uid 65534); 17 Oct 2004 22:37:29 -0000 Original-Received: from unknown (EHLO 195.50.12.118) (195.50.12.118) by mail.gmx.net (mp018) with SMTP; 18 Oct 2004 00:37:29 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.5.4 In-Reply-To: <200410161458.12590.pogonyshev@gmx.net> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28535 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28535 I wrote: > Current CVS fails to build here: Apparently no one cares... So, the cause is this change: 2004-10-12 Kenichi Handa * 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