emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2f67f8a: * lisp/mouse.el (mouse-select-region-move-


From: Stephen Berman
Subject: [Emacs-diffs] master 2f67f8a: * lisp/mouse.el (mouse-select-region-move-to-beginning): Add :group.
Date: Tue, 12 Jul 2016 08:44:44 +0000 (UTC)

branch: master
commit 2f67f8a145af8f185f644b1d094a03895a124ef1
Author: Stephen Berman <address@hidden>
Commit: Stephen Berman <address@hidden>

    * lisp/mouse.el (mouse-select-region-move-to-beginning): Add :group.
---
 lisp/mouse.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/mouse.el b/lisp/mouse.el
index 4446238..f595326 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -542,9 +542,10 @@ must be one of the symbols `header', `mode', or 
`vertical'."
   "Effect of selecting a region extending backward from double click.
 Nil means keep point at the position clicked (region end);
 non-nil means move point to beginning of region."
-  :version "25.2"
   :type '(choice (const :tag "Don't move point" nil)
-                (const :tag "Move point to beginning of region" t)))
+                (const :tag "Move point to beginning of region" t))
+  :group 'mouse
+  :version "25.2")
 
 (defun mouse-set-point (event &optional promote-to-region)
   "Move point to the position clicked on with the mouse.



reply via email to

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