From 38f30d582d659c0304cbbb510c2a01cd654b9d3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 May 1998 03:44:16 +0000 Subject: [PATCH] (vc-update-change-log): Use system-tmp-directory. --- lisp/vc.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/vc.el b/lisp/vc.el index c104f18a82c..f54be6433b6 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.224 1998/04/20 01:51:37 done Exp spiegel $ +;; $Id: vc.el,v 1.225 1998/05/02 16:41:08 spiegel Exp rms $ ;; This file is part of GNU Emacs. @@ -2120,11 +2120,7 @@ default directory." (changelog (find-change-log)) ;; Presumably not portable to non-Unixy systems, along with rcs2log: (tempfile (make-temp-name - (concat (file-name-as-directory - (directory-file-name (or (getenv "TMPDIR") - (getenv "TMP") - (getenv "TEMP") - "/tmp"))) + (concat (file-name-as-directory system-tmp-directory) "vc"))) (full-name (or add-log-full-name (user-full-name) -- 2.39.2