mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
Fix spelling of pre-command-hook.
This commit is contained in:
parent
b0f2a7bf45
commit
649ddbf59f
@ -2542,7 +2542,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under."
|
|||||||
(defun completion-before-command ()
|
(defun completion-before-command ()
|
||||||
(funcall (or (get this-command 'completion-function)
|
(funcall (or (get this-command 'completion-function)
|
||||||
'use-completion-under-or-before-point)))
|
'use-completion-under-or-before-point)))
|
||||||
(add-hook 'before-command-hook 'completion-before-command)
|
(add-hook 'pre-command-hook 'completion-before-command)
|
||||||
|
|
||||||
|
|
||||||
;;;---------------------------------------------------------------------------
|
;;;---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user