aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 4b00ad6f8fc..b55487968e6 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2425,6 +2425,7 @@ it were the arg to `interactive' (which see) to interactively read the value."
2425(or completion-list-mode-map 2425(or completion-list-mode-map
2426 (let ((map (make-sparse-keymap))) 2426 (let ((map (make-sparse-keymap)))
2427 (define-key map [mouse-2] 'mouse-choose-completion) 2427 (define-key map [mouse-2] 'mouse-choose-completion)
2428 (define-key map [down-mouse-2] nil)
2428 (define-key map "\C-m" 'choose-completion) 2429 (define-key map "\C-m" 'choose-completion)
2429 (define-key map [return] 'choose-completion) 2430 (define-key map [return] 'choose-completion)
2430 (setq completion-list-mode-map map))) 2431 (setq completion-list-mode-map map)))