]> code.delx.au - gnu-emacs/blobdiff - lisp/term/screen.el
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
[gnu-emacs] / lisp / term / screen.el
index 4931a422e0971e5f3aaf9c5d0804402067355c35..d37a695086ad1d717d2b3112dfb119a689abde34 100644 (file)
@@ -1,7 +1,8 @@
-;; -*- no-byte-compile: t -*-
 ;; 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.