changeset 12926:ecb9cf000265

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.
author André Spiegel <spiegel@gnu.org>
date Tue, 22 Aug 1995 17:53:14 +0000
parents 77c9a594fe55
children d3cda9e7c55f
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Tue Aug 22 17:52:42 1995 +0000
+++ b/lisp/vc.el	Tue Aug 22 17:53:14 1995 +0000
@@ -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 @@
 (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