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: Eli Zaretskii
Subject: Re: strange code in ediff-hook.el
Date: Sat, 08 Mar 2008 22:25:08 +0200

> From: Dan Nicolaescu <address@hidden>
> Date: Sat, 08 Mar 2008 12:11:15 -0800
> 
> 
> Is this code in ediff-hook.el useful:
> 
> (if purify-flag
>     () ; if dumping, autoloads are set up in loaddefs.el
>   ;; if the user decides to load this file, set up autoloads
>   ;; compare files and buffers
>   (autoload 'ediff "ediff" "Compare two files." t)
>  [....]
> 
> It's hard to see why... What am I missing? 

Why not ask the author?  (AFAIK, he doesn't read emacs-devel.)

> Incidentally all ediff*.el files have some strange require/featurep/load
> code.  Is that stuff really needed?

Likewise.




reply via email to

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