Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 14 18:11:52 2008 +0000 +++ b/lisp/ChangeLog Mon Apr 14 18:13:16 2008 +0000 @@ -1,5 +1,9 @@ 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> + * tmm.el (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. + * filecache.el (file-cache-completions-keymap): Move init from file-cache-completion-setup-function into declaration. (file-cache-minibuffer-complete): Simplify.