From: Richard M. Stallman Date: Sun, 12 Sep 1999 03:40:44 +0000 (+0000) Subject: (isearch-mode-map): Undo previous change. X-Git-Tag: emacs-pretest-21.0.90~6798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e952bf4445863c01763f402389b38c00f77e024b;p=emacs.git (isearch-mode-map): Undo previous change. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 0cd1e76ac98..bb0afebb8ec 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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) ))