emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el,v
Date: Tue, 15 Jul 2008 18:15:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/15 18:15:19

Index: lisp/mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -b -r1.344 -r1.345
--- lisp/mouse.el       27 Jun 2008 07:34:47 -0000      1.344
+++ lisp/mouse.el       15 Jul 2008 18:15:00 -0000      1.345
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]