diff options
| -rw-r--r-- | lisp/dabbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 297 | (define-key esc-map "/" 'dabbrev-expand) | 297 | (define-key esc-map "/" 'dabbrev-expand) |
| 298 | ;;;??? Do we want this? | 298 | ;;;??? Do we want this? |
| 299 | ;;;###autoload | 299 | ;;;###autoload |
| 300 | (define-key esc-map [?\C-/] 'dabbrev-completion)) | 300 | (define-key esc-map [?\C-/] 'dabbrev-completion) |
| 301 | 301 | ||
| 302 | ;;;###autoload | 302 | ;;;###autoload |
| 303 | (defun dabbrev-completion (&optional arg) | 303 | (defun dabbrev-completion (&optional arg) |