+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.
(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.