]> git.eshelyaron.com Git - emacs.git/commitdiff
mouse.el [win32] (mouse-set-region):
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:47:47 +0000 (07:47 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:47:47 +0000 (07:47 +0000)
Test for 'win32 window system as well as 'x.

lisp/mouse.el

index 2e50a44f676ec8e221538db08ae2415eab7089b9..98711f4e767deabb2a4ced3ec41f47b91d6e8808 100644 (file)
@@ -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))