]> code.delx.au - gnu-emacs/blobdiff - lisp/term/screen.el
* etc/AUTHORS: Update the AUTHORS file
[gnu-emacs] / lisp / term / screen.el
index 41fd916a7853c0374229b3ed12815a153b60b606..7f681154d6ebc3159d0da58ed662a6802b1eedf4 100644 (file)
@@ -1,5 +1,5 @@
 ;;; screen.el --- terminal initialization for screen and tmux  -*- lexical-binding: t -*-
-;; Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2001-2016 Free Software Foundation, Inc.
 
 (require 'term/xterm)
 
@@ -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)