summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-03-26 16:45:51 -0400
committerGlenn Morris <rgm@gnu.org>2016-03-26 16:45:51 -0400
commitbc70fda2c9f93a30351c7c79a2b5763bbbd7bbc6 (patch)
tree1859b7de3d946c0db48b83ffb29f78569799c69f /lisp/xt-mouse.el
parentcf40f389cfbcb8dc4f2a880aa2a5aa38b394293c (diff)
downloademacs-bc70fda2c9f93a30351c7c79a2b5763bbbd7bbc6.tar.gz
* lisp/xt-mouse.el (xterm-mouse-utf-8): Add :version.
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index b6738b21cb0..e52095789ba 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -138,6 +138,7 @@ http://invisible-island.net/xterm/ctlseqs/ctlseqs.html)."
"Non-nil if UTF-8 coordinates should be used to read mouse coordinates.
Set this to non-nil if you are sure that your terminal
understands UTF-8 coordinates, but not SGR coordinates."
+ :version "25.1"
:type 'boolean
:risky t
:group 'xterm)