diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 5c7c37fe54d..430824de8eb 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -297,7 +297,7 @@ this list.") (define-key esc-map "/" 'dabbrev-expand) ;;;??? Do we want this? ;;;###autoload -(define-key esc-map [?\C-/] 'dabbrev-completion)) +(define-key esc-map [?\C-/] 'dabbrev-completion) ;;;###autoload (defun dabbrev-completion (&optional arg)