changeset 96387:1ed65ff07304

* vc-dir.el (vc-dir): Complete only directory names.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 27 Jun 2008 23:27:55 +0000
parents 8a353ec4f1de
children 7ed97437d100
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 27 22:37:00 2008 +0000
+++ b/lisp/ChangeLog	Fri Jun 27 23:27:55 2008 +0000
@@ -1,3 +1,7 @@
+2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
+
+	* vc-dir.el (vc-dir): Complete only directory names.
+
 2008-06-27  Jason Rumney  <jasonr@gnu.org>
 
         * w32-fns.el (top-level): Unconditionally define all charsets.
@@ -8,7 +12,7 @@
 	the CC Mode specific functions; this is no longer needed, since
 	{beginning,end}-of-defun now pass ARG to ...-of-defun-function.
 
-	* progmodes/cc-defs.el (c-emacs-features): new feature
+	* progmodes/cc-defs.el (c-emacs-features): New feature
 	'argumentative-bod-function.
 
 2008-06-27  John Paul Wallington  <jpw@pobox.com>