# HG changeset patch # User Richard M. Stallman # Date 895341212 0 # Node ID a56ece8d806e43f84cec9d841634674b631aa249 # Parent afd304707d2e299e6467688243329ba24b3f8b42 (vc-update-change-log): Use temporary-file-directory. Use expand-file-name on it. diff -r afd304707d2e -r a56ece8d806e lisp/vc.el --- a/lisp/vc.el Sat May 16 17:52:29 1998 +0000 +++ b/lisp/vc.el Sat May 16 17:53:32 1998 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.225 1998/05/02 16:41:08 spiegel Exp rms $ +;; $Id: vc.el,v 1.226 1998/05/16 03:44:16 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -2120,8 +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 system-tmp-directory) - "vc"))) + (expand-file-name "vc" temporary-file-directory))) (full-name (or add-log-full-name (user-full-name) (user-login-name)