projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54de037
)
Fixed.
author
ueno
<ueno>
Sat, 29 Apr 2006 23:48:58 +0000
(23:48 +0000)
committer
ueno
<ueno>
Sat, 29 Apr 2006 23:48:58 +0000
(23:48 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
6989498
..
8615667
100644
(file)
--- 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.