+2011-06-12 Glenn Morris <rgm@gnu.org>
+
+ * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
+
2011-06-12 Martin Rudalics <rudalics@gmx.at>
* window.el (window-safely-shrinkable-p): Restore function which
;; versions do too...)
(when (or (memq 'reportBackground given-capabilities)
(and (memq 'reportBackground tocheck-capabilities)
+ version
(>= version 242)))
(send-string-to-terminal "\e]11;?\e\\")
(when (equal (read-event nil nil 2) ?\e)
;; support.
(when (or (memq 'modifyOtherKeys given-capabilities)
(and (memq 'modifyOtherKeys tocheck-capabilities)
+ version
(>= version 216)))
(terminal-init-xterm-modify-other-keys))