Removed the comment that said we assume strict locking.
(vc-next-action-dired): Don't switch to vc-parent-buffer, because that was already done.
This commit is contained in:
parent
7064821ce7
commit
6b9d0764ce
1 changed files with 2 additions and 3 deletions
|
@ -41,8 +41,8 @@
|
|||
;; doesn't understand -t-; this has been known to happen to people running
|
||||
;; NExTSTEP 3.0.
|
||||
;;
|
||||
;; The RCS code assumes strict locking. You can support the RCS -x option
|
||||
;; by adding pairs to the vc-master-templates list.
|
||||
;; You can support the RCS -x option by adding pairs to the
|
||||
;; vc-master-templates list.
|
||||
;;
|
||||
;; Proper function of the SCCS diff commands requires the shellscript vcdiff
|
||||
;; to be installed somewhere on Emacs's path for executables.
|
||||
|
@ -604,7 +604,6 @@ to an optional list of FLAGS."
|
|||
(defun vc-next-action-dired (file rev comment)
|
||||
;; We've accepted a log comment, now do a vc-next-action using it on all
|
||||
;; marked files.
|
||||
(set-buffer vc-parent-buffer)
|
||||
(let ((configuration (current-window-configuration)))
|
||||
(dired-map-over-marks
|
||||
(save-window-excursion
|
||||
|
|
Loading…
Add table
Reference in a new issue