diff lisp/mouse.el @ 96675:d45acf0c8d23

merging Emacs.app (NeXTstep port)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Tue, 15 Jul 2008 18:15:18 +0000
parents c3309dba6542
children 9592c50233ab
line wrap: on
line diff
--- a/lisp/mouse.el	Tue Jul 15 15:45:05 2008 +0000
+++ b/lisp/mouse.el	Tue Jul 15 18:15:18 2008 +0000
@@ -673,7 +673,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 mac))
+	(memq (framep (selected-frame)) '(x pc w32 mac ns))
 	(sit-for 1))
     (push-mark)
     (set-mark (point))