diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-07 21:50:17 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-07 21:50:17 -0400 |
commit | c052c904ffb10bba0b8bd1db11225556824eb19f (patch) | |
tree | 98416828633c167d804183d795ad18ac3268b51c /lisp/language/japanese.el | |
parent | 5075bdb576c96ffba8eee9ae8bbf70c23315f8ed (diff) | |
download | emacs-c052c904ffb10bba0b8bd1db11225556824eb19f.tar.gz emacs-c052c904ffb10bba0b8bd1db11225556824eb19f.tar.bz2 emacs-c052c904ffb10bba0b8bd1db11225556824eb19f.zip |
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.
Diffstat (limited to 'lisp/language/japanese.el')
-rw-r--r-- | lisp/language/japanese.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el index 256263edbb3..83c8fcf66c9 100644 --- a/lisp/language/japanese.el +++ b/lisp/language/japanese.el @@ -1,6 +1,6 @@ -;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit; no-byte-compile: t -*- +;;; japanese.el --- support for Japanese -*- coding: iso-2022-7bit -*- -;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) |