mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Remove some redundant Gnus autoloads
* lisp/gnus/nnheader.el: * lisp/gnus/nnmail.el: Don't autoload functions from files already loaded.
This commit is contained in:
parent
6d5a8175b3
commit
05b79539f4
2 changed files with 0 additions and 3 deletions
|
|
@ -121,7 +121,6 @@ on your system, you could say something like:
|
|||
|
||||
(autoload 'nnmail-message-id "nnmail")
|
||||
(autoload 'mail-position-on-field "sendmail")
|
||||
(autoload 'gnus-buffer-live-p "gnus-util")
|
||||
|
||||
;;; Header access macros.
|
||||
|
||||
|
|
|
|||
|
|
@ -34,8 +34,6 @@
|
|||
(require 'mm-util)
|
||||
(require 'gnus-int)
|
||||
|
||||
(autoload 'gnus-add-buffer "gnus")
|
||||
(autoload 'gnus-kill-buffer "gnus")
|
||||
(autoload 'mail-send-and-exit "sendmail" nil t)
|
||||
|
||||
(defgroup nnmail nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue