Mercurial > emacs
changeset 25488:48c997ce6c8d
(vc-update-change-log): Use small-temporary-file-directory when non-nil.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 02 Sep 1999 12:50:28 +0000 |
parents | c2deb54d4d33 |
children | cd3aa5527b4f |
files | lisp/vc.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Thu Sep 02 12:38:02 1999 +0000 +++ b/lisp/vc.el Thu Sep 02 12:50:28 1999 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de> -;; $Id: vc.el,v 1.250 1999/06/30 07:16:14 spiegel Exp schwab $ +;; $Id: vc.el,v 1.251 1999/08/27 07:59:22 schwab Exp eliz $ ;; This file is part of GNU Emacs. @@ -2262,7 +2262,9 @@ (changelog (find-change-log)) ;; Presumably not portable to non-Unixy systems, along with rcs2log: (tempfile (make-temp-name - (expand-file-name "vc" temporary-file-directory))) + (expand-file-name "vc" + (or small-temporary-file-directory + temporary-file-directory)))) (full-name (or add-log-full-name (user-full-name) (user-login-name)