diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 06:59:17 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 06:59:17 +0000 |
commit | 2ba980b605ce0633fdb317d0374ace551d1079e1 (patch) | |
tree | 6206dcfc9e88f244a89d45984268a0dd730fd134 /lisp/mouse.el | |
parent | 4b42c44cfd61cc9b4188b2bc9b48bc6a4462e0af (diff) | |
download | emacs-2ba980b605ce0633fdb317d0374ace551d1079e1.tar.gz |
Use w32 instead of ms-windows for window-system symbol
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
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)) |