From: Richard M. Stallman Date: Tue, 30 Apr 2002 17:46:15 +0000 (+0000) Subject: Remove autoload cookies. X-Git-Tag: ttn-vms-21-2-B4~15264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a76146c4c716dfd48a278b668379358cab40a1b;p=emacs.git Remove autoload cookies. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20c9e1844b8..0dc314641a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-04-30 Richard M. Stallman + * 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. 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