diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-30 17:46:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-30 17:46:15 +0000 |
commit | 8a76146c4c716dfd48a278b668379358cab40a1b (patch) | |
tree | fa0a1d49b5d54077ef09ed6336595f760fb1c544 /lisp/ediff-hook.el | |
parent | 93f7e65790e88012060740ec2459823d2d58ef5c (diff) | |
download | emacs-8a76146c4c716dfd48a278b668379358cab40a1b.tar.gz |
Remove autoload cookies.
Diffstat (limited to 'lisp/ediff-hook.el')
-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 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 |