1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00: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:
Eli Zaretskii 2024-10-19 11:57:09 +03:00
parent a815becb63
commit f353fcc850

View File

@ -1039,6 +1039,7 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
(message-remove-header "Content-Transfer-Encoding")))
(autoload 'message-encode-message-body "message")
(autoload 'message-narrow-to-headers-or-head "message")
(declare-function message-narrow-to-headers-or-head "message" ())
;;;###autoload