Delete eol whitespace; nfc.

This commit is contained in:
Thien-Thi Nguyen 2007-11-24 16:13:38 +00:00
parent a0925923a2
commit 83f1f73ba6

View file

@ -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)))