comparison lisp/ChangeLog @ 94088:8518c76e4083

(tmm-completion-delete-prompt): Don't hardcode point-min==1. (tmm-add-prompt): Make sure completion-setup-hook is preserved even in case of an error in display-completion-list.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Apr 2008 18:13:16 +0000
parents d23d9685c214
children 6027fc6333c9
comparison
equal deleted inserted replaced
94087:d23d9685c214 94088:8518c76e4083
1 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5 case of an error in display-completion-list.
2 6
3 * filecache.el (file-cache-completions-keymap): Move init from 7 * filecache.el (file-cache-completions-keymap): Move init from
4 file-cache-completion-setup-function into declaration. 8 file-cache-completion-setup-function into declaration.
5 (file-cache-minibuffer-complete): Simplify. 9 (file-cache-minibuffer-complete): Simplify.
6 (file-cache-completion-setup-function): Use standard-output, 10 (file-cache-completion-setup-function): Use standard-output,