1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2002-07-07 23:01:21 +00:00
parent 5d733a9c68
commit fb3fff88d2

View File

@ -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>