changeset 76335:dfdf18916e2d

* complete.el (PC-do-completion): If completion-ignore-case is non-nil, replace field with completion string before exiting.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 05 Mar 2007 14:54:56 +0000
parents ab6b7cc817dc
children d24bffa1374c
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 05 14:30:55 2007 +0000
+++ b/lisp/ChangeLog	Mon Mar 05 14:54:56 2007 +0000
@@ -1,3 +1,8 @@
+2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
+
+	* complete.el (PC-do-completion): If completion-ignore-case is
+	non-nil, replace field with completion string before exiting.
+
 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-make-temp-file): New parameter FILENAME.