projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb3f6c
)
Fixed.
author
ueno
<ueno>
Fri, 23 Mar 2007 14:19:33 +0000
(14:19 +0000)
committer
ueno
<ueno>
Fri, 23 Mar 2007 14:19:33 +0000
(14:19 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
bc9cf4f
..
0967286
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-376,7
+376,7
@@
If ARG is non-nil, mark the current line."
(widget-setup)
(set-keymap-parent (current-local-map) widget-keymap))
(make-local-variable 'epa-list-keys-arguments)
- (setq epa-list-keys-arguments (list name mode))
+ (setq epa-list-keys-arguments (list name secret))
(goto-char (point-min))
(pop-to-buffer (current-buffer)))