Mercurial > emacs
changeset 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 | 9c4ababeb33b |
children | b09ddb75fc36 |
files | lisp/ChangeLog lisp/ediff-hook.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kifer@cs.stonybrook.edu> + + * ediff-hook.el: added an autoload cookie. + 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
--- 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))