changeset 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 385bf7dbf253
children a14111a2a100
files lisp/isearch.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
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)
       ))