# HG changeset patch # User Dan Nicolaescu # Date 1210131957 0 # Node ID 349582c9a6645510ef1a1399ae589c58ac21d857 # Parent 234b6de33fa764268c6db792626144b3f373b347 (vc-dir-insert-directories): Default to t. diff -r 234b6de33fa7 -r 349582c9a664 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 07 03:41:32 2008 +0000 +++ b/lisp/ChangeLog Wed May 07 03:45:57 2008 +0000 @@ -1,3 +1,7 @@ +2008-05-07 Dan Nicolaescu + + * vc-dispatcher.el (vc-dir-insert-directories): Default to t. + 2008-05-07 Glenn Morris * subr.el (ignore-errors): Move here from cl-macs.el. @@ -8,8 +12,8 @@ 2008-05-06 Eric S. Raymond - * vc-hooks.el (vc-find-file-hook), - vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher + * vc-hooks.el (vc-find-file-hook): + * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher further from vc.el. * vc.el (vc-dir-mode): Move VC-specific context menu entries here. diff -r 234b6de33fa7 -r 349582c9a664 lisp/vc-dispatcher.el --- a/lisp/vc-dispatcher.el Wed May 07 03:41:32 2008 +0000 +++ b/lisp/vc-dispatcher.el Wed May 07 03:45:57 2008 +0000 @@ -1115,10 +1115,9 @@ map)) ;; t if directories should be shown in vc-dir. -;; WORK IN PROGRESS! DO NOT SET this! ONLY set it if you want to help -;; write code for this feature. This variable will likely disappear -;; when the work is done. -(defvar vc-dir-insert-directories nil) +;; WORK IN PROGRESS! This variable will likely disappear when the +;; work is done. +(defvar vc-dir-insert-directories t) (defun vc-dir-update (entries buffer &optional noinsert) "Update BUFFER's ewoc from the list of ENTRIES.