# HG changeset patch # User Richard M. Stallman # Date 1032397326 0 # Node ID be6ae2adff5041dd34e212eb74bf459af1ec3a31 # Parent 62a08cd28e8320caae2419413b0fd73452d8235d (ediff-cond-compile-for-xemacs-or-emacs): Put the definition straight into loaddefs.el as well as executing it here. diff -r 62a08cd28e83 -r be6ae2adff50 lisp/ediff-hook.el --- a/lisp/ediff-hook.el Wed Sep 18 19:30:26 2002 +0000 +++ b/lisp/ediff-hook.el Thu Sep 19 01:02:06 2002 +0000 @@ -52,7 +52,8 @@ ;; compiler at hand (emacs or xemacs). ;; The autoload, below, is useless in Emacs because ediff-hook.el ;; is dumped with emacs, but it is needed in XEmacs -;;;###autoload +;;;###autoload (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) + (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form))