Mercurial > emacs
changeset 5895:f7f69d049b0b
Fix spelling of pre-command-hook.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 11 Feb 1994 08:10:01 +0000 |
parents | 89c310941fcb |
children | b20145eafe0c |
files | lisp/completion.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/completion.el Fri Feb 11 08:05:12 1994 +0000 +++ b/lisp/completion.el Fri Feb 11 08:10:01 1994 +0000 @@ -2542,7 +2542,7 @@ (defun completion-before-command () (funcall (or (get this-command 'completion-function) 'use-completion-under-or-before-point))) -(add-hook 'before-command-hook 'completion-before-command) +(add-hook 'pre-command-hook 'completion-before-command) ;;;---------------------------------------------------------------------------