[gnus git] branch master updated: m0-5-260-g3b0a1aa =1= auth-source.el (auth-source-format-prompt): Don't get confused by any "\\" in replacement text (Bug#13637)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3b0a1aa8439e53c836eeeca80afeb7ce9dfbf282 (commit)
from d90f243bd6e2f1e66a6a224b60247d0e42d855a6 (commit)
- Log -----------------------------------------------------------------
commit 3b0a1aa8439e53c836eeeca80afeb7ce9dfbf282
Author: Gabor Vida <[email protected]>
Date: Thu Feb 7 22:22:37 2013 +0000
auth-source.el (auth-source-format-prompt): Don't get confused by any "\\" in replacement text (Bug#13637)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66d0fc9..76595f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-07 Gábor Vida <[email protected]> (tiny change)
+
+ * auth-source.el (auth-source-format-prompt): Don't get confused by
+ any "\" in replacement text. (Bug#13637)
+
2013-01-30 Christopher Schmidt <[email protected]>
* gnus-int.el (gnus-backend-trace-elapsed): New variable.
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 8144d5a..f40d32a 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -923,7 +923,7 @@ while \(:host t) would find all host entries."
(when (and c v)
(setq prompt (replace-regexp-in-string (format "%%%c" c)
(format "%s" v)
- prompt)))))
+ prompt nil t)))))
prompt)
(defun auth-source-ensure-strings (values)
-----------------------------------------------------------------------
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 | 5 +++++
lisp/auth-source.el | 2 +-
2 files changed, 6 insertions(+), 1 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