diff options
| -rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 85e38549b3b..4bc34cc4ba2 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -2402,7 +2402,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under." | |||
| 2402 | (defun dynamic-completion-mode () | 2402 | (defun dynamic-completion-mode () |
| 2403 | "Enable dynamic word-completion." | 2403 | "Enable dynamic word-completion." |
| 2404 | (interactive) | 2404 | (interactive) |
| 2405 | (add-hook 'find-file-hooks 'cmpl-find-file-hook) | 2405 | (add-hook 'find-file-hook 'cmpl-find-file-hook) |
| 2406 | (add-hook 'pre-command-hook 'completion-before-command) | 2406 | (add-hook 'pre-command-hook 'completion-before-command) |
| 2407 | 2407 | ||
| 2408 | ;; Install the appropriate mode tables. | 2408 | ;; Install the appropriate mode tables. |