changeset 86410:bca8808972f0

Delete eol whitespace; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 24 Nov 2007 16:13:38 +0000
parents c82c5e265dce
children 8216715ac455
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Sat Nov 24 16:00:57 2007 +0000
+++ b/lisp/vc.el	Sat Nov 24 16:13:38 2007 +0000
@@ -2077,7 +2077,7 @@
 	(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)))