]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete eol whitespace; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Nov 2007 16:13:38 +0000 (16:13 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 24 Nov 2007 16:13:38 +0000 (16:13 +0000)
lisp/vc.el

index 2775fd6a75873876c13384e841f9db6b6ccbde53..30e9dc3c37ea9ea79c04e32ff352db1ee7bb1455 100644 (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)))