mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(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
@ -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…
Reference in New Issue
Block a user