diff lisp/ediff-hook.el @ 42609:60afdeabef7f

2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-hook.el: added an autoload cookie.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Tue, 08 Jan 2002 16:32:10 +0000
parents 633233bf2bbf
children ea2c1935280f
line wrap: on
line diff
--- a/lisp/ediff-hook.el	Tue Jan 08 11:45:00 2002 +0000
+++ b/lisp/ediff-hook.el	Tue Jan 08 16:32:10 2002 +0000
@@ -52,6 +52,7 @@
 ;; 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))