summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-11-19 06:59:17 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-11-19 06:59:17 +0000
commit2ba980b605ce0633fdb317d0374ace551d1079e1 (patch)
tree6206dcfc9e88f244a89d45984268a0dd730fd134 /lisp/mouse.el
parent4b42c44cfd61cc9b4188b2bc9b48bc6a4462e0af (diff)
downloademacs-2ba980b605ce0633fdb317d0374ace551d1079e1.tar.gz
Use w32 instead of ms-windows for window-system symbol
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index de0735529f7..0981533d038 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -401,7 +401,7 @@ This should be bound to a mouse drag event."
;; If mark is highlighted, no need to bounce the cursor.
;; On X, we highlight while dragging, thus once again no need to bounce.
(or transient-mark-mode
- (memq (framep (selected-frame)) '(x pc ms-windows))
+ (memq (framep (selected-frame)) '(x pc w32))
(sit-for 1))
(push-mark)
(set-mark (point))