]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-dir-mode): Set list-buffers-function.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 1 Jul 2008 14:31:28 +0000 (14:31 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 1 Jul 2008 14:31:28 +0000 (14:31 +0000)
lisp/ChangeLog
lisp/vc-dir.el

index e38431894f4aca9a2d73abcb515f757c60640fd8..7f9f3ec0b5cea7a410fff307254111edd73da1a3 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dir.el (vc-dir-mode): Set list-buffers-function.
+
 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
index ac591c64941762d06d524d467cab139f2f1d25cc..5beba0be5b9fe140d2f604df5ce26cf5e3a45763 100644 (file)
@@ -810,6 +810,8 @@ U - if the cursor is on a file: unmark all the files with the same state
                      (vc-dir-headers vc-dir-backend default-directory)))
     (set (make-local-variable 'revert-buffer-function)
         'vc-dir-revert-buffer-function)
+    (set (make-local-variable 'list-buffers-directory)
+         (expand-file-name default-directory))
     (add-hook 'after-save-hook 'vc-dir-resynch-file)
     ;; Make sure that if the directory buffer is killed, the update
     ;; process running in the background is also killed.