mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(isearch-mode-map): Undo previous change.
This commit is contained in:
parent
756a3cb656
commit
e952bf4445
1 changed files with 4 additions and 3 deletions
|
|
@ -312,9 +312,10 @@ Default value, nil, means edit the string instead."
|
|||
(define-key map "\C-\\" 'isearch-toggle-input-method)
|
||||
(define-key map "\C-^" 'isearch-toggle-specified-input-method)
|
||||
|
||||
;; People expect to be able to paste with the mouse.
|
||||
(define-key map [mouse-2] #'isearch-yank-kill)
|
||||
(define-key map [down-mouse-2] nil)
|
||||
;;; I think the normal meaning of Mouse-2 is more natural.
|
||||
;;; ;; People expect to be able to paste with the mouse.
|
||||
;;; (define-key map [mouse-2] #'isearch-yank-kill)
|
||||
;;; (define-key map [down-mouse-2] nil)
|
||||
|
||||
(setq isearch-mode-map map)
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue