# HG changeset patch # User Michael Kifer # Date 1010507530 0 # Node ID 60afdeabef7f95b9f8f6295c8c971fe24fc44e3c # Parent 9c4ababeb33be8a411897847e495f84893083753 2002-01-08 Michael Kifer * ediff-hook.el: added an autoload cookie. diff -r 9c4ababeb33b -r 60afdeabef7f lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 08 11:45:00 2002 +0000 +++ b/lisp/ChangeLog Tue Jan 08 16:32:10 2002 +0000 @@ -1,3 +1,7 @@ +2002-01-08 Michael Kifer + + * ediff-hook.el: added an autoload cookie. + 2002-01-08 Pavel Jan,Bm(Bk * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail diff -r 9c4ababeb33b -r 60afdeabef7f lisp/ediff-hook.el --- 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))