summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-04-30 17:46:00 +0000
committerRichard M. Stallman <rms@gnu.org>2002-04-30 17:46:00 +0000
commit263abb7882e8edadb4c4d6436d9f948f98496ff5 (patch)
tree20f1e379f483f7f000a195222a3f349eda9d2734
parentd82dc38e46af509330af8d7671e404baa25b3ddb (diff)
downloademacs-263abb7882e8edadb4c4d6436d9f948f98496ff5.tar.gz
Remove autoload cookies.
-rw-r--r--lisp/ediff-hook.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el
index 23baeb49d7d..daae55827a9 100644
--- a/lisp/ediff-hook.el
+++ b/lisp/ediff-hook.el
@@ -44,7 +44,6 @@
;; 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.
@@ -52,14 +51,12 @@
;; 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 ()
@@ -82,7 +79,6 @@
;; 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