emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange code in ediff-hook.el


From: Stephen J. Turnbull
Subject: Re: strange code in ediff-hook.el
Date: Sun, 09 Mar 2008 14:37:32 +0900

Michael Kifer writes:

 > If this flag is not set (as in XEmacs), then a bunch of autoloads
 > is defined.

Aha.

 > If this code is removed, how will the ediff autoloads get into
 > XEmacs?

Via the auto-autoloads mechanism.  You should not need to write
explicit invocations of `autoload' in either XEmacs or Emacs.  I
haven't checked all those functions, but the ones I did check have
";;;###autoload" cookies, so they will be automatically turned into
autoloads in auto-autoloads.el.  These are automatically read into
XEmacs at startup.  These "cookies" are the preferred way to set up
autoloads in XEmacs.

The code setting up the menus is still needed in XEmacs, though.





reply via email to

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