diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-02-01 04:16:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-02-01 04:16:02 +0000 |
commit | e329ba0e056521e753840fc3337f41bc0058954b (patch) | |
tree | d245b55e4b01ba6693fd931b3747804b4b569ab0 /lisp | |
parent | f3ea9e4ffee2cde8db173c93715c8113c735e94e (diff) | |
download | emacs-e329ba0e056521e753840fc3337f41bc0058954b.tar.gz |
Delete autoload cookies.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ediff-hook.el | 4 |
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 @@ ;; end pacifier ;; allow menus to be set up without ediff-wind.el being loaded -;;;###autoload (defvar ediff-window-setup-function) ;; This is used to avoid compilation warnings. When emacs/xemacs forms can @@ -52,7 +51,6 @@ ;; In this case, the macro will expand into the form that is appropriate to the ;; compiler at hand. ;; Suggested by rms. -;;;###autoload (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (string-match "XEmacs" emacs-version) xemacs-form emacs-form)) @@ -60,7 +58,6 @@ ;; Note we wrap this in a progn so that we pick up the whole def ;; for auto-autoload. That way we do not load ediff-hook.el when defining ;; the menus. -;;;###autoload (progn (ediff-cond-compile-for-xemacs-or-emacs ;; xemacs form @@ -82,7 +79,6 @@ )) -;;;###autoload (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu |