[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
strange code in ediff-hook.el
From: |
Dan Nicolaescu |
Subject: |
strange code in ediff-hook.el |
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?
Incidentally all ediff*.el files have some strange require/featurep/load
code. Is that stuff really needed?
- strange code in ediff-hook.el,
Dan Nicolaescu <=
- Re: strange code in ediff-hook.el, Eli Zaretskii, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/09