diff options
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)) |