From: Thien-Thi Nguyen Date: Sat, 24 Nov 2007 16:13:38 +0000 (+0000) Subject: Delete eol whitespace; nfc. X-Git-Tag: emacs-pretest-23.0.90~9492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83f1f73ba6794a67eba66ac7a708129d2ed8ad89;p=emacs.git Delete eol whitespace; nfc. --- diff --git a/lisp/vc.el b/lisp/vc.el index 2775fd6a758..30e9dc3c37e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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)))