Suppress warning in mailheader.el
* lisp/mail/mailheader.el (headers): Suppress warning about non-prefixed variable part of the advertised interface.
This commit is contained in:
parent
a979a0ad07
commit
e10e48896f
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ value."
|
|||
headers)
|
||||
|
||||
;; Advertised part of the interface; see mail-header, mail-header-set.
|
||||
(defvar headers)
|
||||
(with-suppressed-warnings ((lexical headers))
|
||||
(defvar headers))
|
||||
|
||||
(defsubst mail-header (header &optional header-alist)
|
||||
"Return the value associated with header HEADER in HEADER-ALIST.
|
||||
|
|
Loading…
Add table
Reference in a new issue