diff lisp/mouse.el @ 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 93a5aef19835
children 0d4886af9262
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)))))