all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Pogonyshev <pogonyshev@gmx.net>
Subject: Re: CVS Emacs doesn't build
Date: Mon, 18 Oct 2004 01:44:28 +0300	[thread overview]
Message-ID: <E1CJJmB-0005YK-Li@lists.gnu.org> (raw)
In-Reply-To: <200410161458.12590.pogonyshev@gmx.net>

I wrote:

> Current CVS fails to build here:

Apparently no one cares...

So, the cause is this change:

2004-10-12  Kenichi Handa  <handa@m17n.org>

	* 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	other threads:[~2004-10-17 22:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-16 11:58 CVS Emacs doesn't build Paul Pogonyshev
2004-10-17 22:44 ` Paul Pogonyshev [this message]
2004-10-17 23:15   ` Luc Teirlinck
2004-10-18 13:59   ` Richard Stallman
2004-10-20 22:04     ` Paul Pogonyshev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1CJJmB-0005YK-Li@lists.gnu.org \
    --to=pogonyshev@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.