mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
Silence warnings in ietf-drums-parse-address
* ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about things the user isn't interested in.
This commit is contained in:
parent
02073b2e84
commit
94a489163b
@ -206,7 +206,6 @@ backslash and doublequote.")
|
||||
(1+ (point))
|
||||
(progn (forward-sexp 1) (1- (point))))))))
|
||||
(t
|
||||
(message "Unknown symbol: %c" c)
|
||||
(forward-char 1))))
|
||||
;; If we found no display-name, then we look for comments.
|
||||
(if display-name
|
||||
|
Loading…
Reference in New Issue
Block a user