diff options
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb882bfecd5..5d3453c4ef7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * ido.el (ido-completion-help): Changed xemacs specific code to | 3 | * ido.el (ido-completion-help): Changed xemacs specific code to |
| 4 | avoid byte compiler warning in GNU emacs. | 4 | avoid byte compiler warning in GNU emacs. |
| 5 | (ido-set-matches1): Use regexp-quote instead of identity. | ||
| 6 | (ido-complete-space): New function. | ||
| 7 | (ido-define-mode-map): Bind it to SPACE. | ||
| 5 | 8 | ||
| 6 | 2002-07-07 Stefan Monnier <monnier@cs.yale.edu> | 9 | 2002-07-07 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 10 | ||