* ediff-hook.el: added an autoload cookie.
+2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
+
+ * ediff-hook.el: added an autoload cookie.
+
2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
;; In this case, the macro will expand into the form that is appropriate to the
;; compiler at hand.
;; Suggested by rms.
+;;;###autoload
(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
(if (string-match "XEmacs" emacs-version)
xemacs-form emacs-form))