]> code.delx.au - gnu-emacs/commitdiff
2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
authorMichael Kifer <kifer@cs.stonybrook.edu>
Tue, 8 Jan 2002 16:32:10 +0000 (16:32 +0000)
committerMichael Kifer <kifer@cs.stonybrook.edu>
Tue, 8 Jan 2002 16:32:10 +0000 (16:32 +0000)
* ediff-hook.el: added an autoload cookie.

lisp/ChangeLog
lisp/ediff-hook.el

index 52051fe5b1ed88a226638d638ffc0c6fab5de8d9..3629c46c56908660c253d7b48957aed129086596 100644 (file)
@@ -1,3 +1,7 @@
+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
index 634850334662228571b203a6e718693ccbae2787..a505541331175a6b538102c94286013d3b9ff159 100644 (file)
@@ -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))