changeset 2802:02c75b605550

(mouse-set-region): Call set-mark to activate mark.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 May 1993 20:32:23 +0000
parents 2a9665f8ffe9
children ae964d7149a1
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Sat May 15 20:05:36 1993 +0000
+++ b/lisp/mouse.el	Sat May 15 20:32:23 1993 +0000
@@ -111,6 +111,7 @@
 	     (eq (framep (selected-frame)) 'x))
 	(sit-for 1))
     (push-mark)
+    (set-mark (point))
     (if (numberp (posn-point end))
 	(goto-char (posn-point end)))))