]> git.eshelyaron.com Git - emacs.git/commit
(mouse-save-then-kill-delete-region): Take args BEG and END.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 09:56:05 +0000 (09:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 09:56:05 +0000 (09:56 +0000)
commitdd524dbd682486275a6a289a36742d1205943fc8
treef700c0ba0d2b106e009c953b39ab46f58ef10a5f
parent7f6d476fb912800700f4225f3f968d1fe2e016d5
(mouse-save-then-kill-delete-region): Take args BEG and END.
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
When we kill, clear mouse-save-then-kill-posn
and mouse-selection-click-count.
(mouse-secondary-save-then-kill): Likewise.
Delete the overlay after deleting the selection text.
(mouse-selection-click-count): Initialize to 0.
(mouse-save-then-kill-delete-region): Handle buffers with no undo list.
Handle empty regions.  Handle end < beg.
lisp/mouse.el