# HG changeset patch # User Eli Zaretskii # Date 936276628 0 # Node ID 48c997ce6c8dd753d3d4dedd196f1a7b52c94bae # Parent c2deb54d4d334e8b242cf10c939af7556ab542bb (vc-update-change-log): Use small-temporary-file-directory when non-nil. diff -r c2deb54d4d33 -r 48c997ce6c8d lisp/vc.el --- 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 ;; Maintainer: Andre Spiegel -;; $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)