changeset 46230:4ae4485ac972

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 07 Jul 2002 23:01:21 +0000
parents 9d878da7ffa0
children 794e46e1c313
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jul 07 22:41:14 2002 +0000
+++ b/lisp/ChangeLog	Sun Jul 07 23:01:21 2002 +0000
@@ -2,6 +2,9 @@
 
 	* ido.el (ido-completion-help): Changed xemacs specific code to
 	avoid byte compiler warning in GNU emacs.                                                                            
+	(ido-set-matches1): Use regexp-quote instead of identity.
+	(ido-complete-space): New function.
+	(ido-define-mode-map): Bind it to SPACE.
 
 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>