projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df302d
)
Add a provide in epa-ks
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 May 2022 12:44:27 +0000
(14:44 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 13 May 2022 12:44:34 +0000
(14:44 +0200)
* lisp/epa-ks.el (epa-ks): Add a provide (bug#55388).
lisp/epa-ks.el
patch
|
blob
|
history
diff --git
a/lisp/epa-ks.el
b/lisp/epa-ks.el
index 1078c209aeb245334d3c7d325488edf32efbb136..f41429f7734d32a67690db8bce24be5b1fda2e2c 100644
(file)
--- a/
lisp/epa-ks.el
+++ b/
lisp/epa-ks.el
@@
-338,4
+338,6
@@
enough, since keyservers have strict timeout settings."
(forward-line))
keys))
+(provide 'epa-ks)
+
;;; epa-ks.el ends here