summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cmacexp.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>1999-10-15 16:03:59 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>1999-10-15 16:03:59 +0000
commit767d12f23e80ebf247671e277f897c468f659b03 (patch)
tree5fd077bc47f3965d445717ca3a23463228416078 /lisp/progmodes/cmacexp.el
parent93c8d183eee3a992940ebae612cc90eea1095ba9 (diff)
downloademacs-767d12f23e80ebf247671e277f897c468f659b03.tar.gz
Use make-temp-file.
Diffstat (limited to 'lisp/progmodes/cmacexp.el')
-rw-r--r--lisp/progmodes/cmacexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el
index ce21a028756..2d69ddef7cf 100644
--- a/lisp/progmodes/cmacexp.el
+++ b/lisp/progmodes/cmacexp.el
@@ -265,7 +265,7 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
(startstat ())
(startmarker "")
(exit-status 0)
- (tempname (make-temp-name
+ (tempname (make-temp-file
(expand-file-name "cmacexp"
(or small-temporary-file-directory
temporary-file-directory)))))