emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp mouse.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp mouse.el
Date: Fri, 17 Jul 2009 23:27:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/07/17 23:27:28

Modified files:
        lisp           : mouse.el 

Log message:
        Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mouse.el?cvsroot=emacs&r1=1.356&r2=1.357

Patches:
Index: mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -b -r1.356 -r1.357
--- mouse.el    17 Jul 2009 23:24:57 -0000      1.356
+++ mouse.el    17 Jul 2009 23:27:28 -0000      1.357
@@ -1373,7 +1373,7 @@
   (when select-active-regions
     ;; Without this, confusing things happen upon e.g. inserting into
     ;; the middle of an active region.
-    (deactivate-mark t))
+    (deactivate-mark))
   (or mouse-yank-at-point (mouse-set-point click))
   (setq this-command 'yank)
   (setq mouse-selection-click-count 0)
@@ -1390,7 +1390,7 @@
   (when select-active-regions
     ;; Without this, confusing things happen upon e.g. inserting into
     ;; the middle of an active region.
-    (deactivate-mark t))
+    (deactivate-mark))
   (or mouse-yank-at-point (mouse-set-point click))
   (let ((primary (x-get-selection 'PRIMARY)))
     (if primary




reply via email to

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