(ediff-cond-compile-for-xemacs-or-emacs): Put the
definition straight into loaddefs.el as well as executing it here.
This commit is contained in:
parent
9e9a579219
commit
a6b194caa8
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue