From: Geoff Voelker Date: Tue, 7 Nov 1995 07:47:47 +0000 (+0000) Subject: mouse.el [win32] (mouse-set-region): X-Git-Tag: emacs-19.34~2429 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f93f3cf59ea0aee0da171f0bb9f359a22fc6e392;p=emacs.git mouse.el [win32] (mouse-set-region): Test for 'win32 window system as well as 'x. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 2e50a44f676..98711f4e767 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -402,6 +402,7 @@ This should be bound to a mouse drag event." (or transient-mark-mode (eq (framep (selected-frame)) 'x) (eq (framep (selected-frame)) 'pc) + (eq (framep (selected-frame)) 'win32) (sit-for 1)) (push-mark) (set-mark (point))