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.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Sun, 06 Apr 2008 17:30:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/04/06 17:30:44

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.572
retrieving revision 1.573
diff -u -b -r1.572 -r1.573
--- vc.el       4 Apr 2008 23:53:00 -0000       1.572
+++ vc.el       6 Apr 2008 17:30:39 -0000       1.573
@@ -2759,6 +2759,9 @@
       (with-current-buffer (create-file-buffer bname)
        (cd dir)
        (vc-setup-buffer (current-buffer))
+       ;; Reset the vc-parent-buffer-name so that it does not appear
+       ;; in the mode-line.
+       (setq vc-parent-buffer-name nil)
        (current-buffer)))))
 
 ;;;###autoload




reply via email to

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