From 649ddbf59fbf99ab4922b9402ed1fd491e6b585a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 11 Feb 1994 08:10:01 +0000 Subject: [PATCH] Fix spelling of pre-command-hook. --- lisp/completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/completion.el b/lisp/completion.el index 183a39fc573..4f061539aa7 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -2542,7 +2542,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under." (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) ;;;--------------------------------------------------------------------------- -- 2.39.5