aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorGeoff Voelker <[email protected]>1996-11-19 06:59:17 +0000
committerGeoff Voelker <[email protected]>1996-11-19 06:59:17 +0000
commitb86b9918ddbab4504682eb1dd0fb86fc05ef2510 (patch)
tree2ccfd3d262451acdb6c03f2e02a21d3609773d00 /lisp/mouse.el
parent60c7469c6dce193c421bb535302c3a6b260cf395 (diff)
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 de0735529f..0981533d03 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))