Mercurial > emacs
changeset 47543:be6ae2adff50
(ediff-cond-compile-for-xemacs-or-emacs): Put the
definition straight into loaddefs.el as well as executing it here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 Sep 2002 01:02:06 +0000 |
parents | 62a08cd28e83 |
children | 55087a54b990 |
files | lisp/ediff-hook.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))