]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-macro-expansion): Correct bug in creating tempname.
authorKarl Heuer <kwzh@gnu.org>
Tue, 21 May 1996 14:51:17 +0000 (14:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 21 May 1996 14:51:17 +0000 (14:51 +0000)
lisp/progmodes/cmacexp.el

index 168dcc9f623d3c6bd5cd6be4969a35dfae0fbaa0..9d9445938794773c994444cb5f71614d8b40818f 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
 
 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
-;; Version: $Id: cmacexp.el,v 1.22 1996/01/29 05:26:21 rms Exp rms $
+;; Version: $Id: cmacexp.el,v 1.23 1996/03/02 06:11:56 rms Exp kwzh $
 ;; Adapted-By: ESR
 ;; Keywords: c
 
@@ -246,8 +246,10 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
        (startstat ())
        (startmarker "")
        (exit-status 0)
-       (tempname (make-temp-name (or (getenv "TMPDIR") (getenv "TEMP")
-                                     (getenv "TMP") "/tmp/"))))
+       (tempname (make-temp-name (concat
+                                  (or (getenv "TMPDIR") (getenv "TEMP")
+                                      (getenv "TMP") "/tmp")
+                                  "/"))))
     (unwind-protect
        (save-excursion
          (save-restriction