]> git.eshelyaron.com Git - emacs.git/commit
Don't have epg bug out on non-existent packages
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Sep 2021 10:15:21 +0000 (12:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Sep 2021 13:56:04 +0000 (15:56 +0200)
commitb3a9d8cd3dd8d65969d853e9e16e95bb51e61dd3
tree337ea1bd82d07db764d12d8b7b9e0dd295e80a17
parent6a6de68dafd27238577e92a7a79e97f3f1a6e381
Don't have epg bug out on non-existent packages

* lisp/epg.el (epg--start): We may be called from contexts where
the directory doesn't exist, but we need to have an existing
directory here for the process (bug#32004).
lisp/epg.el