From: ueno Date: Sat, 29 Apr 2006 23:48:58 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_2~75 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0d8848b054e5edd2fae9f496b0d5fa3ff4c52be4;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index 6989498..8615667 100644 --- a/epg.el +++ b/epg.el @@ -1207,6 +1207,7 @@ of PREFIX, and expanding against `temporary-file-directory' if necessary), is guaranteed to point to a newly created empty file. You can then use `write-region' to write new data into the file." (let (tempdir tempfile) + (setq prefix (expand-file-name prefix temporary-file-directory)) (unwind-protect (let (file) ;; First, create a temporary directory.