From 99c67308a231255b94a4a28106bb4985f172e0d4 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 14 Nov 2014 04:16:25 +0000 Subject: [PATCH] ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about --- lisp/ChangeLog | 5 +++++ lisp/ietf-drums.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9a5f6144..5629abd9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-14 Lars Magne Ingebrigtsen + + * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about + things the user isn't interested in. + 2014-11-13 Julien Danjou * gnus-notifications.el (gnus-notifications-notify): Provide both diff --git a/lisp/ietf-drums.el b/lisp/ietf-drums.el index 112136892..4fe8f1815 100644 --- a/lisp/ietf-drums.el +++ b/lisp/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.34.1