From: Michael Kifer Date: Tue, 8 Jan 2002 16:32:10 +0000 (+0000) Subject: 2002-01-08 Michael Kifer X-Git-Tag: ttn-vms-21-2-B4~17258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec781075987d522ce93eaf106125d941380a266b;p=emacs.git 2002-01-08 Michael Kifer * ediff-hook.el: added an autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52051fe5b1e..3629c46c569 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index 63485033466..a5055413311 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el @@ -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))