(vc-dir-insert-directories): Default to t.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 May 2008 03:45:57 +0000 (03:45 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 May 2008 03:45:57 +0000 (03:45 +0000)
lisp/ChangeLog
lisp/vc-dispatcher.el

index f1d081cce2a1223573be05468d2e0f55d11290e0..dbbf90660e7deb03bb40b12ac1e5b26c50cb92f8 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
+
 2008-05-07  Glenn Morris  <rgm@gnu.org>
 
        * subr.el (ignore-errors): Move here from cl-macs.el.
@@ -8,8 +12,8 @@
 
 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
 
-       * 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.
 
index c7d74da404b14527ef2aaff1362b43afd28291b2..4eb35d3155fd9747ed0ffa0a9c27c27f017d4aa4 100644 (file)
@@ -1115,10 +1115,9 @@ If `body' uses `event', it should be a variable,
     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.