# HG changeset patch # User Richard M. Stallman # Date 776060120 0 # Node ID abdd056bd03d46950476040bdc8cf33a29b0d910 # Parent b09c4b7a4729b54ca7a77781a1a2281f3c68827c (isearch-mode-map): Delete mouse-2, down-mouse-2 bindings. diff -r b09c4b7a4729 -r abdd056bd03d lisp/isearch.el --- a/lisp/isearch.el Thu Aug 04 23:36:07 1994 +0000 +++ b/lisp/isearch.el Fri Aug 05 04:15:20 1994 +0000 @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte -;; |$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 @@ (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.