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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Tue, 18 Oct 2005 04:04:12 -0400

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.283 emacs/lisp/mouse.el:1.284
*** emacs/lisp/mouse.el:1.283   Sun Oct 16 16:50:00 2005
--- emacs/lisp/mouse.el Tue Oct 18 08:04:11 2005
***************
*** 663,669 ****
      ;; 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))
        (sit-for 1))
      (push-mark)
      (set-mark (point))
--- 663,669 ----
      ;; 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))
        (sit-for 1))
      (push-mark)
      (set-mark (point))




reply via email to

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