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
6f3a2682
Commit
6f3a2682
authored
Jul 17, 2009
by
Chong Yidong
Browse files
Fix last change.
parent
6c6a75d5
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 @
6f3a2682
...
...
@@ -1373,7 +1373,7 @@ before inserting the text."
(
when
select-active-regions
;; Without this, confusing things happen upon e.g. inserting into
;; the middle of an active region.
(
deactivate-mark
t
))
(
deactivate-mark
))
(
or
mouse-yank-at-point
(
mouse-set-point
click
))
(
setq
this-command
'yank
)
(
setq
mouse-selection-click-count
0
)
...
...
@@ -1390,7 +1390,7 @@ regardless of where you click."
(
when
select-active-regions
;; Without this, confusing things happen upon e.g. inserting into
;; the middle of an active region.
(
deactivate-mark
t
))
(
deactivate-mark
))
(
or
mouse-yank-at-point
(
mouse-set-point
click
))
(
let
((
primary
(
x-get-selection
'PRIMARY
)))
(
if
primary
...
...
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