# HG changeset patch # User Richard M. Stallman # Date 895290256 0 # Node ID 3ce96ca84d68bc1b67080cda39015b03726233c2 # Parent 87994c0c790817a0a0299482a553f94ee1a98f77 (vc-update-change-log): Use system-tmp-directory. diff -r 87994c0c7908 -r 3ce96ca84d68 lisp/vc.el --- a/lisp/vc.el Sat May 16 03:44:02 1998 +0000 +++ b/lisp/vc.el Sat May 16 03:44:16 1998 +0000 @@ -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 @@ (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)