Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c9961eca
Commit
c9961eca
authored
Sep 06, 1999
by
Dave Love
Browse files
(isearch-mode-map): Add mouse-2.
parent
8b9a64c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/isearch.el
lisp/isearch.el
+4
-0
No files found.
lisp/isearch.el
View file @
c9961eca
...
...
@@ -312,6 +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)
(setq isearch-mode-map map)
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment