2002-04-30 Richard M. Stallman <rms@gnu.org>
+ * ediff-hook.el: Remove autoload cookies.
+
* language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
* language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
;; end pacifier
;; allow menus to be set up without ediff-wind.el being loaded
-;;;###autoload
(defvar ediff-window-setup-function)
;; This macro is used to avoid compilation warnings.
;; 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
(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
(if (string-match "XEmacs" emacs-version)
xemacs-form emacs-form))
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
;; emacs, but it is needed in XEmacs
-;;;###autoload
(ediff-cond-compile-for-xemacs-or-emacs
;; xemacs form
(defun ediff-xemacs-init-menus ()
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
;; emacs, but it is needed in XEmacs
-;;;###autoload
(ediff-cond-compile-for-xemacs-or-emacs
(progn
(defvar ediff-menu