From 290af740031366b4d7ba35edf83dc1aff971d551 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 30 Apr 2012 23:59:34 -0700 Subject: 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. --- lisp/term/iris-ansi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/term/iris-ansi.el') diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 945fe1f5a69..9a9a31f4253 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el @@ -1,4 +1,4 @@ -;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- +;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. -- cgit v1.2.1