emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Tue, 06 May 2008 23:56:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/05/06 23:56:49

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- vc-dispatcher.el    6 May 2008 23:44:49 -0000       1.20
+++ vc-dispatcher.el    6 May 2008 23:56:48 -0000       1.21
@@ -1712,7 +1712,7 @@
     (dolist (file files)
       (let ((visited (get-file-buffer file)))
        (when visited
-         (if (or vc-dired-mode (eq major-mode 'vc-dir-mode))
+         (if (vc-dispatcher-browsing)
              (switch-to-buffer-other-window visited)
            (set-buffer visited))
          ;; Check relation of buffer and file, and make sure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]