summaryrefslogtreecommitdiff
path: root/lisp/term/screen.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-05-02 13:38:01 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-05-02 13:38:01 +0200
commit55a714795dbd59a16608d2b565e12fec5b5ba130 (patch)
tree21d101bdfbb1184790bcf958848658f692ff962a /lisp/term/screen.el
parent069a7756f78b308730e862daf0a6711f4cd642db (diff)
downloademacs-55a714795dbd59a16608d2b565e12fec5b5ba130.tar.gz
Silence byte-compiler warnings.
lisp/notifications.el (dbus-debug): lisp/term/linux.el (gpm-mouse-enable): lisp/term/screen.el (xterm-register-default-colors): Declare.
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 678ed1f0ba0..d37a695086a 100644
--- a/lisp/term/screen.el
+++ b/lisp/term/screen.el
@@ -1,6 +1,8 @@
;; Treat a screen terminal similar to an xterm.
(load "term/xterm")
+(declare-function xterm-register-default-colors "xterm" ())
+
(defun terminal-init-screen ()
"Terminal initialization function for screen."
;; Use the xterm color initialization code.