comparison lisp/progmodes/cmacexp.el @ 26039:fb6b9c37cdc4

Use make-temp-file.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 15 Oct 1999 16:03:59 +0000
parents c2deb54d4d33
children 94efc4f944a4
comparison
equal deleted inserted replaced
26038:2f34f175497c 26039:fb6b9c37cdc4
263 (startlinenum 0) 263 (startlinenum 0)
264 (linenum 0) 264 (linenum 0)
265 (startstat ()) 265 (startstat ())
266 (startmarker "") 266 (startmarker "")
267 (exit-status 0) 267 (exit-status 0)
268 (tempname (make-temp-name 268 (tempname (make-temp-file
269 (expand-file-name "cmacexp" 269 (expand-file-name "cmacexp"
270 (or small-temporary-file-directory 270 (or small-temporary-file-directory
271 temporary-file-directory))))) 271 temporary-file-directory)))))
272 (unwind-protect 272 (unwind-protect
273 (save-excursion 273 (save-excursion