1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(isearch-mode-map): Undo previous change.

This commit is contained in:
Richard M. Stallman 1999-09-12 03:40:44 +00:00
parent 756a3cb656
commit e952bf4445

View File

@ -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-input-method)
(define-key map "\C-^" 'isearch-toggle-specified-input-method) (define-key map "\C-^" 'isearch-toggle-specified-input-method)
;; People expect to be able to paste with the mouse. ;;; I think the normal meaning of Mouse-2 is more natural.
(define-key map [mouse-2] #'isearch-yank-kill) ;;; ;; People expect to be able to paste with the mouse.
(define-key map [down-mouse-2] nil) ;;; (define-key map [mouse-2] #'isearch-yank-kill)
;;; (define-key map [down-mouse-2] nil)
(setq isearch-mode-map map) (setq isearch-mode-map map)
)) ))