aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>2007-10-06 14:36:09 +0000
committerEric S. Raymond <[email protected]>2007-10-06 14:36:09 +0000
commitd6ba9c398efbd6bec64b897cc4ae3733bee30f98 (patch)
treee705a35640b9ceefa039da4557efaadc0f395612
parenta6e9632782dec4435e8b85a7a262443d62d6e2cc (diff)
Typo and whitespace fixes to reduce the diff with new VC.
-rw-r--r--lisp/vc.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 042f919173..4ef359e6c1 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -347,7 +347,7 @@
;;
;; - comment-history (file)
;;
-;; Return a string containing all log entries that were madoe for FILE.
+;; Return a string containing all log entries that were made for FILE.
;; This is used for transferring a file from one backend to another,
;; retaining comment information. The default implementation of this
;; function does this by calling print-log and then wash-log, and
@@ -1326,7 +1326,6 @@ message has been entered, it checks in the resulting changes along
with the logmessage as change commentary. A writable file is retained.
If the repository file is changed, you are asked if you want to
merge in the changes into your working copy."
-
(interactive "P")
(catch 'nogo
(if vc-dired-mode
@@ -1751,7 +1750,8 @@ the buffer contents as a comment."
;; But not if it is a vc-dired buffer.
(with-current-buffer vc-parent-buffer
(or vc-dired-mode (vc-buffer-sync)))
- (if (not vc-log-operation) (error "No log operation is pending"))
+ (if (not vc-log-operation)
+ (error "No log operation is pending"))
;; save the parameters held in buffer-local variables
(let ((log-operation vc-log-operation)
(log-file vc-log-file)