diff options
| author | Richard M. Stallman | 1999-09-12 03:40:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-09-12 03:40:44 +0000 |
| commit | e952bf4445863c01763f402389b38c00f77e024b (patch) | |
| tree | 8d3b99cdd47fec6a8fe346cb86ade300c13101ab | |
| parent | 756a3cb656af01ce2a3803426b69c9b37848830e (diff) | |
| download | emacs-e952bf4445863c01763f402389b38c00f77e024b.tar.gz emacs-e952bf4445863c01763f402389b38c00f77e024b.zip | |
(isearch-mode-map): Undo previous change.
| -rw-r--r-- | lisp/isearch.el | 7 |
1 files changed, 4 insertions, 3 deletions
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." | |||
| 312 | (define-key map "\C-\\" 'isearch-toggle-input-method) | 312 | (define-key map "\C-\\" 'isearch-toggle-input-method) |
| 313 | (define-key map "\C-^" 'isearch-toggle-specified-input-method) | 313 | (define-key map "\C-^" 'isearch-toggle-specified-input-method) |
| 314 | 314 | ||
| 315 | ;; People expect to be able to paste with the mouse. | 315 | ;;; I think the normal meaning of Mouse-2 is more natural. |
| 316 | (define-key map [mouse-2] #'isearch-yank-kill) | 316 | ;;; ;; People expect to be able to paste with the mouse. |
| 317 | (define-key map [down-mouse-2] nil) | 317 | ;;; (define-key map [mouse-2] #'isearch-yank-kill) |
| 318 | ;;; (define-key map [down-mouse-2] nil) | ||
| 318 | 319 | ||
| 319 | (setq isearch-mode-map map) | 320 | (setq isearch-mode-map map) |
| 320 | )) | 321 | )) |