]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-mode-map): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Sep 1999 03:40:44 +0000 (03:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Sep 1999 03:40:44 +0000 (03:40 +0000)
lisp/isearch.el

index 0cd1e76ac9837a448b8de39a204b6d5b7e9b6444..bb0afebb8ec9b46fdc2b5ea86587e7b38c028994 100644 (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-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)
       ))