summaryrefslogtreecommitdiff
path: root/lisp/term/vt240.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-30 23:59:34 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-30 23:59:34 -0700
commit290af740031366b4d7ba35edf83dc1aff971d551 (patch)
tree766cd9289db1b0d9797bf2c3a3bb3e87fbca26b0 /lisp/term/vt240.el
parent99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168 (diff)
downloademacs-290af740031366b4d7ba35edf83dc1aff971d551.tar.gz
emacs-290af740031366b4d7ba35edf83dc1aff971d551.tar.bz2
emacs-290af740031366b4d7ba35edf83dc1aff971d551.zip
Remove no-byte-compile setting from some lisp/term files.
Not that compiling these will bring any noticeable speed benefit, but there's really no reason not to compile them. The extra disk space and build time is negligible, and it might reveal use of obsolete functions, bugs, etc.
Diffstat (limited to 'lisp/term/vt240.el')
-rw-r--r--lisp/term/vt240.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el
index 2da4e7ed3c7..b58d4211ce7 100644
--- a/lisp/term/vt240.el
+++ b/lisp/term/vt240.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(defun terminal-init-vt240 ()