diff options
Diffstat (limited to 'lisp/completion.el')
-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 d5450998204..b9c3a21f5ea 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -2221,7 +2221,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under." (defun completion-before-command () (funcall (or (and (symbolp this-command) (get this-command 'completion-function)) - #'use-completion-under-or-before-point))) + 'use-completion-under-or-before-point))) ;; Lisp mode diffs. |