From c052c904ffb10bba0b8bd1db11225556824eb19f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 7 May 2012 21:50:17 -0400 Subject: Remove no-byte-compile setting from some lisp/language files. Same comments as per 2012-05-01T06:59:34Z!rgm@gnu.org, for lisp/term: 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/language/sinhala.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/language/sinhala.el') diff --git a/lisp/language/sinhala.el b/lisp/language/sinhala.el index ea8a6a34cd8..037d753f52a 100644 --- a/lisp/language/sinhala.el +++ b/lisp/language/sinhala.el @@ -1,4 +1,4 @@ -;;; sinhala.el --- support for Sinhala -*- coding: utf-8; no-byte-compile: t -*- +;;; sinhala.el --- support for Sinhala -*- coding: utf-8 -*- ;; Copyright (C) 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) -- cgit v1.2.3