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.
This commit is contained in:
parent
5075bdb576
commit
c052c904ff
18 changed files with 36 additions and 28 deletions
|
@ -1,5 +1,13 @@
|
|||
2012-05-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lisp/language/burmese.el, language/cham.el, language/czech.el:
|
||||
* language/english.el, language/georgian.el, language/greek.el:
|
||||
* language/japanese.el, language/khmer.el, language/korean.el:
|
||||
* language/lao.el, language/misc-lang.el, language/romanian.el:
|
||||
* language/sinhala.el, language/slovak.el, language/tai-viet.el:
|
||||
* language/thai.el, language/utf-8-lang.el:
|
||||
Remove no-byte-compile setting.
|
||||
|
||||
* play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
|
||||
|
||||
2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; burmese.el --- support for Burmese -*- coding: utf-8; no-byte-compile: t -*-
|
||||
;;; burmese.el --- support for Burmese -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; cham.el --- support for Cham -*- coding: utf-8; no-byte-compile: t -*-
|
||||
;;; cham.el --- support for Cham -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 2008, 2009, 2010, 2011, 2012
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; czech.el --- support for Czech -*- coding: iso-2022-7bit; no-byte-compile: t -*-
|
||||
;;; czech.el --- support for Czech -*- coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Milan Zamazal <pdm@zamazal.org>
|
||||
;; Maintainer: Pavel Jan,Am(Bk <Pavel@Janik.cz>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; english.el --- support for English -*- no-byte-compile: t -*-
|
||||
;;; english.el --- support for English
|
||||
|
||||
;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006, 2007, 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; georgian.el --- language support for Georgian -*- no-byte-compile: t -*-
|
||||
;;; georgian.el --- language support for Georgian
|
||||
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Love <fx@gnu.org>
|
||||
;; Keywords: i18n
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; greek.el --- support for Greek -*- no-byte-compile: t -*-
|
||||
;;; greek.el --- support for Greek
|
||||
|
||||
;; Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; khmer.el --- support for Khmer -*- coding: utf-8; no-byte-compile: t -*-
|
||||
;;; khmer.el --- support for Khmer -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; korean.el --- support for Korean -*- coding: iso-2022-7bit; no-byte-compile: t -*-
|
||||
;;; korean.el --- support for Korean -*- coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; lao.el --- support for Lao -*- coding: utf-8; no-byte-compile: t -*-
|
||||
;;; lao.el --- support for Lao -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
;; 2007, 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*-
|
||||
;;; misc-lang.el --- support for miscellaneous languages (characters)
|
||||
|
||||
;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; romanian.el --- support for Romanian -*- coding: iso-latin-2; no-byte-compile: t -*-
|
||||
;;; romanian.el --- support for Romanian -*- coding: iso-latin-2 -*-
|
||||
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dan Nicolaescu <done@ece.arizona.edu>
|
||||
;; Keywords: multilingual, Romanian, i18n
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit; no-byte-compile: t -*-
|
||||
;;; slovak.el --- support for Slovak -*- coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1998, 2001-2012 Free Software Foundation, Inc.
|
||||
|
||||
;; Authors: Tibor ,B)(Bimko <tibor.simko@fmph.uniba.sk>,
|
||||
;; Milan Zamazal <pdm@zamazal.org>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8; no-byte-compile: t -*-
|
||||
;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8 -*-
|
||||
|
||||
;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2007, 2008, 2009, 2010, 2011
|
||||
;; National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
;; Registration Number H13PRO009
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*-
|
||||
;;; thai.el --- support for Thai -*- coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 1997-1998, 2000-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1997-1998, 2000-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)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; utf-8-lang.el --- generic UTF-8 language environment -*- no-byte-compile: t -*-
|
||||
;;; utf-8-lang.el --- generic UTF-8 language environment
|
||||
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Dave Love <fx@gnu.org>
|
||||
;; Keywords: i18n
|
||||
|
|
Loading…
Add table
Reference in a new issue