mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Autoload 'message-narrow-to-headers-or-head' in mml.el
* lisp/gnus/mml.el (message-narrow-to-headers-or-head): Autoload it. (Bug#73815)
This commit is contained in:
parent
a815becb63
commit
f353fcc850
1 changed files with 1 additions and 0 deletions
|
|
@ -1039,6 +1039,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
|
||||||
(message-remove-header "Content-Transfer-Encoding")))
|
(message-remove-header "Content-Transfer-Encoding")))
|
||||||
|
|
||||||
(autoload 'message-encode-message-body "message")
|
(autoload 'message-encode-message-body "message")
|
||||||
|
(autoload 'message-narrow-to-headers-or-head "message")
|
||||||
(declare-function message-narrow-to-headers-or-head "message" ())
|
(declare-function message-narrow-to-headers-or-head "message" ())
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue