]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-macro-expansion): Use small-temporary-file-directory when non-nil.
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 1999 12:38:02 +0000 (12:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 1999 12:38:02 +0000 (12:38 +0000)
lisp/progmodes/cmacexp.el

index 82d90d6d5999cd71da372676b35496751a511dd6..ce21a0287563cf3df9ec1fc85393a5db7b4b9805 100644 (file)
@@ -267,7 +267,8 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
        (exit-status 0)
        (tempname (make-temp-name
                   (expand-file-name "cmacexp"
-                                    temporary-file-directory))))
+                                    (or small-temporary-file-directory
+                                        temporary-file-directory)))))
     (unwind-protect
        (save-excursion
          (save-restriction