mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
Delete eol whitespace; nfc.
This commit is contained in:
parent
a0925923a2
commit
83f1f73ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -2077,7 +2077,7 @@ If `F.~REV~' already exists, use it instead of checking it out again."
|
|||
(message "Checking out %s...done" filename)))
|
||||
(let ((result-buf (find-file-noselect filename)))
|
||||
(with-current-buffer result-buf
|
||||
;; Set the parent buffer so that things like
|
||||
;; Set the parent buffer so that things like
|
||||
;; C-x v g, C-x v l, ... etc work.
|
||||
(setq vc-parent-buffer filebuf))
|
||||
result-buf)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue