aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-03-03 22:21:08 +0000
committerRichard M. Stallman <[email protected]>2002-03-03 22:21:08 +0000
commitd498f475b261b1f0adf1b5f156858e2aab3ca1d1 (patch)
tree2e7d7f0e4ce64db305cf1c1e11be33471d6505af /lisp
parent8366cfb567bb59167f8463e9b6e732d468da9268 (diff)
(ps-run-make-tmp-filename): Use make-temp-file.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ps-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el
index 58e87386b3..1debc3667f 100644
--- a/lisp/progmodes/ps-mode.el
+++ b/lisp/progmodes/ps-mode.el
@@ -1125,7 +1125,7 @@ grestore
(unless ps-run-tmp-dir
(setq ps-run-tmp-dir "/tmp"))
(setq ps-mode-tmp-file
- (make-temp-name
+ (make-temp-file
(concat
(if ps-run-tmp-dir
(file-name-as-directory ps-run-tmp-dir)