]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload 'message-narrow-to-headers-or-head' in mml.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Oct 2024 08:57:09 +0000 (11:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:59:53 +0000 (20:59 +0200)
* lisp/gnus/mml.el (message-narrow-to-headers-or-head): Autoload
it.  (Bug#73815)

(cherry picked from commit f353fcc8506f510401982ec148b94120422f28cd)

lisp/gnus/mml.el

index e3bc39325297d5e9f5bb6d82bf62a42ef759343e..8ecf7a33305e3eea1cf167b44e558e14ab0ed19e 100644 (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