]> code.delx.au - gnu-emacs/blobdiff - lisp/term/screen.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / term / screen.el
index 704fbefb0ad8120b037677f09bfe49ed78aec6d6..d7ee77052084b3366497c21c22767322f49fb4e1 100644 (file)
@@ -7,6 +7,7 @@
   "Extra capabilities supported under \"screen\".
 Some features of screen depend on the terminal emulator in which
 it runs, which can change when the screen session is moved to another tty."
+  :version "25.1"
   :type xterm--extra-capabilities-type
   :group 'xterm)
 
@@ -19,4 +20,6 @@ it runs, which can change when the screen session is moved to another tty."
   (let ((xterm-extra-capabilities xterm-screen-extra-capabilities))
     (tty-run-terminal-initialization (selected-frame) "xterm")))
 
+(provide 'term/screen)
+
 ;; screen.el ends here