mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(vc-default-update-changelog): Use insert-file-contents, rather than
insert-file.
This commit is contained in:
parent
0e0803f758
commit
54ebae283f
1 changed files with 1 additions and 1 deletions
|
|
@ -2836,7 +2836,7 @@ Uses `rcs2log' which only works for RCS and CVS."
|
|||
(pop-to-buffer
|
||||
(set-buffer (get-buffer-create "*vc*")))
|
||||
(erase-buffer)
|
||||
(insert-file tempfile)
|
||||
(insert-file-contents tempfile)
|
||||
"failed"))
|
||||
(setq default-directory (file-name-directory changelog))
|
||||
(delete-file tempfile)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue