mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Avoid byte-compilation warnings in message.el
* lisp/gnus/message.el: Require 'subr-x' when compiling, to avoid compiler warnings.
This commit is contained in:
parent
9226cf3254
commit
2d58d51329
|
|
@ -50,6 +50,7 @@
|
|||
(require 'rfc2047)
|
||||
(require 'puny)
|
||||
(require 'rmc) ; read-multiple-choice
|
||||
(eval-when-compile (require 'subr-x)) ; when-let*
|
||||
|
||||
(autoload 'mailclient-send-it "mailclient")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue