* lisp/xt-mouse.el (xterm-mouse-utf-8): Add :version.

This commit is contained in:
Glenn Morris 2016-03-26 16:45:51 -04:00
parent cf40f389cf
commit bc70fda2c9

View file

@ -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. "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 Set this to non-nil if you are sure that your terminal
understands UTF-8 coordinates, but not SGR coordinates." understands UTF-8 coordinates, but not SGR coordinates."
:version "25.1"
:type 'boolean :type 'boolean
:risky t :risky t
:group 'xterm) :group 'xterm)