mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +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>
|
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/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
|
||||||
|
|
||||||
* language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
|
* language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
|
||||||
|
@ -44,7 +44,6 @@
|
|||||||
;; end pacifier
|
;; end pacifier
|
||||||
|
|
||||||
;; allow menus to be set up without ediff-wind.el being loaded
|
;; allow menus to be set up without ediff-wind.el being loaded
|
||||||
;;;###autoload
|
|
||||||
(defvar ediff-window-setup-function)
|
(defvar ediff-window-setup-function)
|
||||||
|
|
||||||
;; This macro is used to avoid compilation warnings.
|
;; This macro is used to avoid compilation warnings.
|
||||||
@ -52,14 +51,12 @@
|
|||||||
;; compiler at hand (emacs or xemacs).
|
;; compiler at hand (emacs or xemacs).
|
||||||
;; The autoload, below, is useless in Emacs because ediff-hook.el
|
;; The autoload, below, is useless in Emacs because ediff-hook.el
|
||||||
;; is dumped with emacs, but it is needed in XEmacs
|
;; is dumped with emacs, but it is needed in XEmacs
|
||||||
;;;###autoload
|
|
||||||
(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
|
(defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
|
||||||
(if (string-match "XEmacs" emacs-version)
|
(if (string-match "XEmacs" emacs-version)
|
||||||
xemacs-form emacs-form))
|
xemacs-form emacs-form))
|
||||||
|
|
||||||
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
|
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
|
||||||
;; emacs, but it is needed in XEmacs
|
;; emacs, but it is needed in XEmacs
|
||||||
;;;###autoload
|
|
||||||
(ediff-cond-compile-for-xemacs-or-emacs
|
(ediff-cond-compile-for-xemacs-or-emacs
|
||||||
;; xemacs form
|
;; xemacs form
|
||||||
(defun ediff-xemacs-init-menus ()
|
(defun ediff-xemacs-init-menus ()
|
||||||
@ -82,7 +79,6 @@
|
|||||||
|
|
||||||
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
|
;; This autoload is useless in Emacs because ediff-hook.el is dumped with
|
||||||
;; emacs, but it is needed in XEmacs
|
;; emacs, but it is needed in XEmacs
|
||||||
;;;###autoload
|
|
||||||
(ediff-cond-compile-for-xemacs-or-emacs
|
(ediff-cond-compile-for-xemacs-or-emacs
|
||||||
(progn
|
(progn
|
||||||
(defvar ediff-menu
|
(defvar ediff-menu
|
||||||
|
Loading…
Reference in New Issue
Block a user