projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46659c
)
Fixed passphrase prompt.
author
ueno
<ueno>
Tue, 25 Apr 2006 09:50:09 +0000
(09:50 +0000)
committer
ueno
<ueno>
Tue, 25 Apr 2006 09:50:09 +0000
(09:50 +0000)
lisp/riece-epg.el
patch
|
blob
|
history
diff --git
a/lisp/riece-epg.el
b/lisp/riece-epg.el
index
09c3b4f
..
f9ea17b
100644
(file)
--- a/
lisp/riece-epg.el
+++ b/
lisp/riece-epg.el
@@
-103,7
+103,7
@@
riece-current-channels nil t nil nil
(riece-format-identity riece-current-channel))))
(list identity
- (read-passwd (format "Passphrase for %s"
+ (read-passwd (format "Passphrase for %s: "
(riece-format-identity identity))))))
(let ((entry (riece-identity-assoc identity riece-epg-passphrase-alist)))
(if (equal passphrase "")