From 0d8848b054e5edd2fae9f496b0d5fa3ff4c52be4 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 29 Apr 2006 23:48:58 +0000 Subject: [PATCH] Fixed. --- epg.el | 1 + 1 file changed, 1 insertion(+) 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. -- 1.7.10.4