aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-01 04:16:02 +0000
committerRichard M. Stallman2002-02-01 04:16:02 +0000
commite329ba0e056521e753840fc3337f41bc0058954b (patch)
treed245b55e4b01ba6693fd931b3747804b4b569ab0
parentf3ea9e4ffee2cde8db173c93715c8113c735e94e (diff)
downloademacs-e329ba0e056521e753840fc3337f41bc0058954b.tar.gz
emacs-e329ba0e056521e753840fc3337f41bc0058954b.zip
Delete 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 a5055413311..3bf006d9c1d 100644
--- a/lisp/ediff-hook.el
+++ b/lisp/ediff-hook.el
@@ -44,7 +44,6 @@
44;; end pacifier 44;; end pacifier
45 45
46;; allow menus to be set up without ediff-wind.el being loaded 46;; allow menus to be set up without ediff-wind.el being loaded
47;;;###autoload
48(defvar ediff-window-setup-function) 47(defvar ediff-window-setup-function)
49 48
50;; This is used to avoid compilation warnings. When emacs/xemacs forms can 49;; This is used to avoid compilation warnings. When emacs/xemacs forms can
@@ -52,7 +51,6 @@
52;; In this case, the macro will expand into the form that is appropriate to the 51;; In this case, the macro will expand into the form that is appropriate to the
53;; compiler at hand. 52;; compiler at hand.
54;; Suggested by rms. 53;; Suggested by rms.
55;;;###autoload
56(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) 54(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
57 (if (string-match "XEmacs" emacs-version) 55 (if (string-match "XEmacs" emacs-version)
58 xemacs-form emacs-form)) 56 xemacs-form emacs-form))
@@ -60,7 +58,6 @@
60;; Note we wrap this in a progn so that we pick up the whole def 58;; Note we wrap this in a progn so that we pick up the whole def
61;; for auto-autoload. That way we do not load ediff-hook.el when defining 59;; for auto-autoload. That way we do not load ediff-hook.el when defining
62;; the menus. 60;; the menus.
63;;;###autoload
64(progn 61(progn
65 (ediff-cond-compile-for-xemacs-or-emacs 62 (ediff-cond-compile-for-xemacs-or-emacs
66 ;; xemacs form 63 ;; xemacs form
@@ -82,7 +79,6 @@
82 )) 79 ))
83 80
84 81
85;;;###autoload
86(ediff-cond-compile-for-xemacs-or-emacs 82(ediff-cond-compile-for-xemacs-or-emacs
87 (progn 83 (progn
88 (defvar ediff-menu 84 (defvar ediff-menu