Mercurial > emacs
diff lisp/isearch.el @ 25644:2ae0f7963ccc
(isearch-mode-map): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Sep 1999 03:40:44 +0000 |
parents | ab9550c61b8a |
children | 4cecefebde6f |
line wrap: on
line diff
--- a/lisp/isearch.el Sun Sep 12 02:49:25 1999 +0000 +++ b/lisp/isearch.el Sun Sep 12 03:40:44 1999 +0000 @@ -312,9 +312,10 @@ (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) ))