changeset 66180:c80a3a047c83

(mouse-set-region): Don't do sit-for on a mac frame.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 18 Oct 2005 08:04:11 +0000
parents 6c8bcb760760
children dc3ff6945eb2
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Tue Oct 18 08:01:51 2005 +0000
+++ b/lisp/mouse.el	Tue Oct 18 08:04:11 2005 +0000
@@ -663,7 +663,7 @@
     ;; 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 w32))
+	(memq (framep (selected-frame)) '(x pc w32 mac))
 	(sit-for 1))
     (push-mark)
     (set-mark (point))