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
fb28fd5b
Commit
fb28fd5b
authored
Feb 18, 1995
by
Richard M. Stallman
Browse files
(mouse-buffer-menu): Don't clear selection when we kill it.
parent
bfda6e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mouse.el
lisp/mouse.el
+2
-2
No files found.
lisp/mouse.el
View file @
fb28fd5b
...
...
@@ -1005,8 +1005,8 @@ again. If you do this twice in the same position, it kills the selection."
(overlay-put mouse-secondary-overlay 'face 'secondary-selection))))
(setq mouse-save-then-kill-posn
(list (car kill-ring) (point) click-posn))))
(
x-
se
t
-se
lection 'SECONDARY
(if (overlay-buffer mou
se-se
condary-overlay)
(
if (overlay-buffer mou
se-se
condary-overlay)
(x-
se
t
-se
lection 'SECONDARY
(buffer-substring
(overlay-start mouse-secondary-overlay)
(overlay-end mouse-secondary-overlay)))))))
...
...
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