Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
17d14f7e
Commit
17d14f7e
authored
Feb 06, 2013
by
Gabor Vida
Committed by
Glenn Morris
Feb 06, 2013
Browse files
* auth-source.el (auth-source-format-prompt): Don't get confused by any "\"
in replacement text. Fixes: debbugs:13637
parent
efad91ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/auth-source.el
lisp/gnus/auth-source.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
17d14f7e
2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
* auth-source.el (auth-source-format-prompt): Don't get confused by
any "\" in replacement text. (Bug#13637)
2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-summary-resend-message): Don't bug out on
...
...
lisp/gnus/auth-source.el
View file @
17d14f7e
...
...
@@ -913,7 +913,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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment