]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Aug 1994 04:15:20 +0000 (04:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Aug 1994 04:15:20 +0000 (04:15 +0000)
lisp/isearch.el

index 59dd22f236bd415148e755c4a8f151fd2839735a..38690b4d8de0e00fc183d12ce7b8062ff5844882 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
 
-;; |$Date: 1994/05/14 09:50:26 $|$Revision: 1.69 $
+;; |$Date: 1994/06/11 18:59:38 $|$Revision: 1.70 $
 
 ;; This file is part of GNU Emacs.
 
@@ -232,9 +232,6 @@ Default value, nil, means edit the string instead.")
     
       (define-key map "\C-w" 'isearch-yank-word)
       (define-key map "\C-y" 'isearch-yank-line)
-      (define-key map [mouse-2] 'isearch-yank-kill)
-      ;; This overrides the default binding for t.
-      (define-key map [down-mouse-2] 'nil)
 
       ;; Bind the ASCII-equivalent "function keys" explicitly to nil
       ;; so that the default binding does not apply.