diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2002-01-08 16:32:10 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2002-01-08 16:32:10 +0000 |
commit | ec781075987d522ce93eaf106125d941380a266b (patch) | |
tree | 8a5fbba68d80c8f27c770f4cca48a3138bb82df2 /lisp/ediff-hook.el | |
parent | 741b7ef39f539971b357bf6c8acb8cee7cb0253a (diff) | |
download | emacs-ec781075987d522ce93eaf106125d941380a266b.tar.gz emacs-ec781075987d522ce93eaf106125d941380a266b.tar.bz2 emacs-ec781075987d522ce93eaf106125d941380a266b.zip |
2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hook.el: added an autoload cookie.
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r-- | lisp/ediff-hook.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |