From: Eli Zaretskii Date: Thu, 2 Sep 1999 12:38:02 +0000 (+0000) Subject: (c-macro-expansion): Use small-temporary-file-directory when non-nil. X-Git-Tag: emacs-pretest-21.0.90~6955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77f907112826ea2489e860596f0fbca9067f18da;p=emacs.git (c-macro-expansion): Use small-temporary-file-directory when non-nil. --- diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 82d90d6d599..ce21a028756 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -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