mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Remove autoload cookies.
This commit is contained in:
parent
93f7e65790
commit
8a76146c4c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user