]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-set-region): Don't do sit-for on a mac frame.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 18 Oct 2005 08:04:11 +0000 (08:04 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 18 Oct 2005 08:04:11 +0000 (08:04 +0000)
lisp/mouse.el

index bfbd9eb300d3c8dc8798e42e0961071d11371dfc..d71d80bd41f0b669cb41d9ffb97de6320fb0c262 100644 (file)
@@ -663,7 +663,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 w32))
+       (memq (framep (selected-frame)) '(x pc w32 mac))
        (sit-for 1))
     (push-mark)
     (set-mark (point))