projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a815bec
)
Autoload 'message-narrow-to-headers-or-head' in mml.el
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Oct 2024 08:57:09 +0000
(11:57 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 19 Oct 2024 08:57:09 +0000
(11:57 +0300)
* lisp/gnus/mml.el (message-narrow-to-headers-or-head): Autoload
it. (Bug#73815)
lisp/gnus/mml.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mml.el
b/lisp/gnus/mml.el
index e3bc39325297d5e9f5bb6d82bf62a42ef759343e..8ecf7a33305e3eea1cf167b44e558e14ab0ed19e 100644
(file)
--- a/
lisp/gnus/mml.el
+++ b/
lisp/gnus/mml.el
@@
-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