From: Thien-Thi Nguyen Date: Tue, 19 Feb 2008 11:25:30 +0000 (+0000) Subject: Kill eol whitespace; nfc. X-Git-Tag: emacs-pretest-23.0.90~7856 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72c70417d339899b322f59c924e65fccb769d27d;p=emacs.git Kill eol whitespace; nfc. --- diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 7f4b2066d26..9ba1226301f 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -461,7 +461,7 @@ whether to remove it." (previous (if (vc-trunk-p discard) "" (vc-branch-part discard))) (config (current-window-configuration)) (done nil)) - (if (null (yes-or-no-p (format "Remove version %s from %s history? " + (if (null (yes-or-no-p (format "Remove version %s from %s history? " discard file))) (error "Aborted")) (message "Removing revision %s from %s." discard file) @@ -513,7 +513,7 @@ Needs RCS 5.6.2 or later for -M." (defun vc-rcs-modify-change-comment (files rev comment) "Modify the change comments change on FILES on a specified REV." (dolist (file files) - (vc-do-command nil 0 "rcs" (vc-name file) + (vc-do-command nil 0 "rcs" (vc-name file) (concat "-m" comment ":" rev)))) @@ -527,7 +527,7 @@ Needs RCS 5.6.2 or later for -M." (defun vc-rcs-diff (files &optional oldvers newvers buffer) "Get a difference report using RCS between two sets of files." - (apply 'vc-do-command (or buffer "*vc-diff*") + (apply 'vc-do-command (or buffer "*vc-diff*") 1 ;; Always go synchronous, the repo is local "rcsdiff" (vc-expand-dirs files) (append (list "-q"