]> git.eshelyaron.com Git - emacs.git/commitdiff
* complete.el (PC-do-completion): If completion-ignore-case is
authorChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 14:54:56 +0000 (14:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 14:54:56 +0000 (14:54 +0000)
non-nil, replace field with completion string before exiting.

lisp/ChangeLog

index 9918a658a138cb02706d9a2c72483107462ca1bf..7d7b7fb3341aa38a8d173618073d9325642c9149 100644 (file)
@@ -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.