diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-30 23:59:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-30 23:59:34 -0700 |
commit | 290af740031366b4d7ba35edf83dc1aff971d551 (patch) | |
tree | 766cd9289db1b0d9797bf2c3a3bb3e87fbca26b0 /lisp/term/wyse50.el | |
parent | 99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168 (diff) | |
download | emacs-290af740031366b4d7ba35edf83dc1aff971d551.tar.gz |
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/wyse50.el')
-rw-r--r-- | lisp/term/wyse50.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index f08ababe0df..d037962af19 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el @@ -1,4 +1,4 @@ -;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- +;;; wyse50.el --- terminal support code for Wyse 50 ;; Copyright (C) 1989, 1993-1994, 2001-2012 Free Software Foundation, Inc. @@ -141,7 +141,7 @@ C-l Scrn CLR M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar" (interactive) ;; Not needed any more now that we use input-decode-map. - ;; (dolist (key-definition + ;; (dolist (key-definition ;; ;; By unsetting C-a and then binding it to a prefix, we ;; ;; allow the rest of the function keys which start with C-a ;; ;; to be recognized. |