diff lisp/completion.el @ 5895:f7f69d049b0b

Fix spelling of pre-command-hook.
author Karl Heuer <kwzh@gnu.org>
date Fri, 11 Feb 1994 08:10:01 +0000
parents 4ad99dc50f6f
children fb7e3b74a18e
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)
 
 
 ;;;---------------------------------------------------------------------------