mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mouse-drag-secondary): Don't treat end of buffer
specially when within the window.
This commit is contained in:
parent
40e6f148a4
commit
5fb9cdd99e
1 changed files with 1 additions and 2 deletions
|
|
@ -629,8 +629,7 @@ This must be bound to a button-down mouse event."
|
|||
;; Are we moving within the original window?
|
||||
((and (eq (posn-window end) start-window)
|
||||
(integer-or-marker-p end-point))
|
||||
(if (/= start-point end-point)
|
||||
(set-marker mouse-secondary-start nil))
|
||||
(set-marker mouse-secondary-start nil)
|
||||
(let ((range (mouse-start-end start-point end-point
|
||||
click-count)))
|
||||
(move-overlay mouse-secondary-overlay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue