diff lisp/textmodes/makeinfo.el @ 26039:fb6b9c37cdc4

Use make-temp-file.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 15 Oct 1999 16:03:59 +0000
parents f0ff96a35eb8
children b70f4500968f
line wrap: on
line diff
--- a/lisp/textmodes/makeinfo.el	Fri Oct 15 15:48:53 1999 +0000
+++ b/lisp/textmodes/makeinfo.el	Fri Oct 15 16:03:59 1999 +0000
@@ -97,7 +97,7 @@
 
     (setq makeinfo-temp-file
           (concat
-           (make-temp-name
+           (make-temp-file
             (substring (buffer-file-name)
                        0 
                        (or (string-match "\\.tex" (buffer-file-name))