emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/gnus-cloud 9d9326a 06/28: Merge branch 'master' of


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/gnus-cloud 9d9326a 06/28: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Date: Mon, 18 Jul 2016 14:04:12 +0000 (UTC)

branch: scratch/gnus-cloud
commit 9d9326a583414b672c7e3914d2729096d6a9a538
Merge: f5a4b91 2f67f8a
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
---
 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]