X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;fp=elpher.el;h=93cca71accc6da85a7ebfc25924d6e0079985554;hp=96e0a86a2608a77455a6fc12efbfbd6c55c0e2b3;hb=7c1e8cec8c553e974e4da706a048903b1deac213;hpb=7e23d9c315438cfa6be3676acd2aece28d6acd69 diff --git a/elpher.el b/elpher.el index 96e0a86..93cca71 100644 --- a/elpher.el +++ b/elpher.el @@ -4,7 +4,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 2.10.0 +;; Version: 2.10.1 ;; Keywords: comm gopher ;; Homepage: http://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "26.2")) @@ -820,6 +820,8 @@ base for the installed key and certificate files." (defun elpher-list-existing-certificates () "Return a list of the persistent certificates in `elpher-certificate-directory'." + (unless (file-directory-p elpher-certificate-directory) + (make-directory elpher-certificate-directory)) (mapcar (lambda (file) (file-name-sans-extension file))