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:
0b55b55
)
Fixed.
author
ueno
<ueno>
Tue, 18 Apr 2006 09:32:55 +0000
(09:32 +0000)
committer
ueno
<ueno>
Tue, 18 Apr 2006 09:32:55 +0000
(09:32 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
da9e000
..
462847b
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-485,7
+485,7
@@
If no one is selected, symmetric encryption will be performed. "))))
(epg-sub-key-id (car (epg-key-sub-key-list key))))))
(defun epa-import-key (file)
- (interactive "sFile: ")
+ (interactive "fFile: ")
(let ((context (epg-make-context)))
(message "Importing %s..." (file-name-nondirectory file))
(epg-import-key context file)