Mercurial > emacs
changeset 8455:abdd056bd03d
(isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Aug 1994 04:15:20 +0000 |
parents | b09c4b7a4729 |
children | 2ca3b54b45b1 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ (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.