]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove autoload cookies.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 17:46:15 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 17:46:15 +0000 (17:46 +0000)
lisp/ChangeLog
lisp/ediff-hook.el

index 20c9e1844b862867bcb4cdd42009e185cff7903f..0dc314641a854b5852338b9c5c66d30fb72f3f87 100644 (file)
@@ -1,5 +1,7 @@
 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.
index 23baeb49d7d8e316dac3fe6b79447e0d1571af1f..daae55827a93f4d59cf921d0db28091fc5985d7f 100644 (file)
@@ -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.
 ;; 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