summaryrefslogtreecommitdiff
path: root/lisp/term/screen.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-02-15 21:59:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-02-15 21:59:40 -0800
commitd5e827929c5f25ccfe68a420bfc45305b06ae5cf (patch)
tree0f182649ca7fea207022ed772ca60fb8399a219f /lisp/term/screen.el
parent220613e089ec012ae4ab319637365132ce8dc306 (diff)
downloademacs-d5e827929c5f25ccfe68a420bfc45305b06ae5cf.tar.gz
Provide 'term/name in lisp/term files.
* lisp/term/AT386.el, lisp/term/bobcat.el, lisp/term/cygwin.el: * lisp/term/internal.el, lisp/term/iris-ansi.el, lisp/term/linux.el: * lisp/term/lk201.el, lisp/term/news.el, lisp/term/ns-win.el: * lisp/term/pc-win.el, lisp/term/rxvt.el, lisp/term/screen.el: * lisp/term/sun.el, lisp/term/tty-colors.el, lisp/term/tvi970.el: * lisp/term/vt100.el, lisp/term/vt200.el, lisp/term/w32-win.el: * lisp/term/w32console.el, lisp/term/wyse50.el, lisp/term/x-win.el: For consistency, provide 'term/name in all files that don't already.
Diffstat (limited to 'lisp/term/screen.el')
-rw-r--r--lisp/term/screen.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/screen.el b/lisp/term/screen.el
index 7f681154d6e..d7ee7705208 100644
--- a/lisp/term/screen.el
+++ b/lisp/term/screen.el
@@ -20,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