projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b55a48
)
; * lisp/epa-ks.el (epa-ks-do-key-to-fetch): Fix 'when' usage
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 27 Dec 2022 12:46:40 +0000
(13:46 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Tue, 27 Dec 2022 20:23:38 +0000
(21:23 +0100)
lisp/epa-ks.el
patch
|
blob
|
history
diff --git
a/lisp/epa-ks.el
b/lisp/epa-ks.el
index bb64b61b8fa27a4a464e06449cd6dfc6b232dba0..668cdf9a618be1b6fd66f7812fb1a0148c71918f 100644
(file)
--- a/
lisp/epa-ks.el
+++ b/
lisp/epa-ks.el
@@
-135,9
+135,9
@@
Keys are marked using `epa-ks-mark-key-to-fetch'."
keys))
(forward-line))
(when (yes-or-no-p (format "Proceed with fetching all %d key(s)? "
- (length keys)))
)
- (dolist (id keys)
-
(epa-ks--fetch-key id
))))
+ (length keys)))
+
(dolist (id keys)
+
(epa-ks--fetch-key id)
))))
(tabulated-list-clear-all-tags))
(defun epa-ks--query-url (query exact)