Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
26174ef4
Commit
26174ef4
authored
May 16, 1998
by
Richard M. Stallman
Browse files
(vc-update-change-log): Use temporary-file-directory.
Use expand-file-name on it.
parent
fc416240
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/vc.el
lisp/vc.el
+2
-3
No files found.
lisp/vc.el
View file @
26174ef4
...
...
@@ -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.22
5
1998/05/
02 16:41:08 spiegel
Exp rms $
;; $Id: vc.el,v 1.22
6
1998/05/
16 03:44:16 rms
Exp rms $
;; This file is part of GNU Emacs.
...
...
@@ -2120,8 +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
system-tmp-directory
)
"vc"
)))
(
expand-file-name
"vc"
temporary-file-directory
)))
(
full-name
(
or
add-log-full-name
(
user-full-name
)
(
user-login-name
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment