emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/02: Silence warnings in ietf-drums-parse-addres


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/02: Silence warnings in ietf-drums-parse-address
Date: Fri, 14 Nov 2014 03:20:25 +0000

larsi pushed a commit to branch master
in repository emacs.

commit 94a489163b4104a97774a60eaf7e65524cae9ba6
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Fri Nov 14 04:19:18 2014 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el
index 1121368..4fe8f18 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]