diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-05 04:15:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-05 04:15:20 +0000 |
commit | 474f38896a37ec5ee563741210789bd04037dabf (patch) | |
tree | 1eecfd7bb0ed6738061c46f8d1c945f26bb2ce07 /lisp | |
parent | dbd04e0102d301b2bdbdc1f35444effc70830a7c (diff) | |
download | emacs-474f38896a37ec5ee563741210789bd04037dabf.tar.gz |
(isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/isearch.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 59dd22f236b..38690b4d8de 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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. |