[gnus git] branch master updated: m0-13-123-g3bdb5d9 =1= Quoting fixes in doc strings and diagnostics

Katsumi Yamaoka <[email protected]> Thu, 04 Feb 2016 02:29:40 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  3bdb5d9ef262b8af29b2ae8adafde6d523a0fae4 (commit)
      from  62b6131d8852c7cc260672768e86df8f626bd31b (commit)


- Log -----------------------------------------------------------------
commit 3bdb5d9ef262b8af29b2ae8adafde6d523a0fae4
Author: Paul Eggert <[email protected]>
Date:   Thu Feb 4 01:29:18 2016 +0000

    Quoting fixes in doc strings and diagnostics
    
    * mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
    Follow user style preference when quoting diagnostics.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c220393..287feab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2016-02-04  Paul Eggert  <[email protected]>
+
+	Quoting fixes in doc strings and diagnostics.
+
+	* mml-smime.el (mml-smime-get-dns-cert, mml-smime-get-ldap-cert):
+	Follow user style preference when quoting diagnostics.
+
 2016-02-02  Glenn Morris  <[email protected]>
 
 	Improve the custom type of some user options.
diff --git a/lisp/mml-smime.el b/lisp/mml-smime.el
index 2d8f25c..248e636 100644
--- a/lisp/mml-smime.el
+++ b/lisp/mml-smime.el
@@ -216,7 +216,7 @@ Whether the passphrase is cached at all is controlled by
 					"")))))
 	  (if (setq cert (smime-cert-by-dns who))
 	      (setq result (list 'certfile (buffer-name cert)))
-	    (setq bad (format "`%s' not found. " who))))
+	    (setq bad (gnus-format-message "`%s' not found. " who))))
       (quit))
     result))
 
@@ -235,7 +235,7 @@ Whether the passphrase is cached at all is controlled by
 					"")))))
 	  (if (setq cert (smime-cert-by-ldap who))
 	      (setq result (list 'certfile (buffer-name cert)))
-	    (setq bad (format "`%s' not found. " who))))
+	    (setq bad (gnus-format-message "`%s' not found. " who))))
       (quit))
     result))
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog    |    7 +++++++
 lisp/mml-smime.el |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project