]> code.delx.au - gnu-emacs/commitdiff
* lisp/mouse.el (mouse-select-region-move-to-beginning): Add :group.
authorStephen Berman <stephen.berman@gmx.net>
Tue, 12 Jul 2016 08:43:24 +0000 (10:43 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Tue, 12 Jul 2016 08:43:24 +0000 (10:43 +0200)
lisp/mouse.el

index 44462385b6c86ed0c0d1ad98e943913e75963cf3..f5953265ff0e56c486877f00dccbda0da41af4f3 100644 (file)
@@ -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.