]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-run-make-tmp-filename): Use make-temp-file.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 22:21:08 +0000 (22:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Mar 2002 22:21:08 +0000 (22:21 +0000)
lisp/progmodes/ps-mode.el

index 58e87386b31f7a735789ffe117e2c9481b863d39..1debc3667fe96d09ade5c44c980e605e6921da63 100644 (file)
@@ -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)