From 94a489163b4104a97774a60eaf7e65524cae9ba6 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 14 Nov 2014 04:19:18 +0100 Subject: [PATCH] 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. --- lisp/gnus/ietf-drums.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 11213689281..4fe8f18153a 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el @@ -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 -- 2.11.4.GIT