(dynamic-completion-mode): Use find-file-hook instead of find-file-hooks.
This commit is contained in:
parent
4a4accf705
commit
1a80bcd1d7
1 changed files with 1 additions and 1 deletions
|
@ -2402,7 +2402,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under."
|
|||
(defun dynamic-completion-mode ()
|
||||
"Enable dynamic word-completion."
|
||||
(interactive)
|
||||
(add-hook 'find-file-hooks 'cmpl-find-file-hook)
|
||||
(add-hook 'find-file-hook 'cmpl-find-file-hook)
|
||||
(add-hook 'pre-command-hook 'completion-before-command)
|
||||
|
||||
;; Install the appropriate mode tables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue