all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* coding-system-equal in ldefs-boot.el
@ 2004-12-04  1:48 Kenichi Handa
  2004-12-04 16:21 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2004-12-04  1:48 UTC (permalink / raw)


I've just found that this code still exists in ldefs-boot.el.

(autoload (quote coding-system-equal) "mule-util" "\
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
or one is an alias of the other.

\(fn CODING-SYSTEM-1 CODING-SYSTEM-2)" nil nil)

But, I moved the definition of coding-system-equal to
mule.el a while ago.   What is the proper way to update
ldefs-boot.el?

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: coding-system-equal in ldefs-boot.el
  2004-12-04  1:48 coding-system-equal in ldefs-boot.el Kenichi Handa
@ 2004-12-04 16:21 ` Andreas Schwab
  2004-12-05 23:55   ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2004-12-04 16:21 UTC (permalink / raw)
  Cc: emacs-devel

Kenichi Handa <handa@m17n.org> writes:

> I've just found that this code still exists in ldefs-boot.el.
>
> (autoload (quote coding-system-equal) "mule-util" "\
> 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
> or one is an alias of the other.
>
> \(fn CODING-SYSTEM-1 CODING-SYSTEM-2)" nil nil)
>
> But, I moved the definition of coding-system-equal to
> mule.el a while ago.   What is the proper way to update
> ldefs-boot.el?

Just copy a good loadddef.el over it.  But it shouldn't matter much
anyway, unless you get an error during bootstrap with a non-existing
loaddefs.el.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: coding-system-equal in ldefs-boot.el
  2004-12-04 16:21 ` Andreas Schwab
@ 2004-12-05 23:55   ` Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2004-12-05 23:55 UTC (permalink / raw)
  Cc: emacs-devel

In article <jeoehat4oa.fsf@sykes.suse.de>, Andreas Schwab <schwab@suse.de> writes:
>>  But, I moved the definition of coding-system-equal to
>>  mule.el a while ago.   What is the proper way to update
>>  ldefs-boot.el?

> Just copy a good loadddef.el over it.  But it shouldn't matter much
> anyway, unless you get an error during bootstrap with a non-existing
> loaddefs.el.

Thank you.   As the current ldefs-boot.el causes that error,
I updated it (only mule-util.el section).

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-05 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-04  1:48 coding-system-equal in ldefs-boot.el Kenichi Handa
2004-12-04 16:21 ` Andreas Schwab
2004-12-05 23:55   ` Kenichi Handa

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.