emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108157: Remove no-byte-compile setti


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108157: Remove no-byte-compile setting from some lisp/language files.
Date: Mon, 07 May 2012 21:50:17 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108157
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-07 21:50:17 -0400
message:
  Remove no-byte-compile setting from some lisp/language files.
  
  Same comments as per r108075, 2012-04-30, 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.
modified:
  lisp/ChangeLog
  lisp/language/burmese.el
  lisp/language/cham.el
  lisp/language/czech.el
  lisp/language/english.el
  lisp/language/georgian.el
  lisp/language/greek.el
  lisp/language/japanese.el
  lisp/language/khmer.el
  lisp/language/korean.el
  lisp/language/lao.el
  lisp/language/misc-lang.el
  lisp/language/romanian.el
  lisp/language/sinhala.el
  lisp/language/slovak.el
  lisp/language/tai-viet.el
  lisp/language/thai.el
  lisp/language/utf-8-lang.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-08 01:41:05 +0000
+++ b/lisp/ChangeLog    2012-05-08 01:50:17 +0000
@@ -1,5 +1,13 @@
 2012-05-08  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/language/burmese.el'
--- a/lisp/language/burmese.el  2011-01-15 23:16:57 +0000
+++ b/lisp/language/burmese.el  2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/cham.el'
--- a/lisp/language/cham.el     2012-02-18 10:24:23 +0000
+++ b/lisp/language/cham.el     2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/czech.el'
--- a/lisp/language/czech.el    2012-01-19 07:21:25 +0000
+++ b/lisp/language/czech.el    2012-05-08 01:50:17 +0000
@@ -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 <address@hidden>
 ;; Maintainer: Pavel Jan,Am(Bk <address@hidden>

=== modified file 'lisp/language/english.el'
--- a/lisp/language/english.el  2012-01-19 07:21:25 +0000
+++ b/lisp/language/english.el  2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/georgian.el'
--- a/lisp/language/georgian.el 2012-01-19 07:21:25 +0000
+++ b/lisp/language/georgian.el 2012-05-08 01:50:17 +0000
@@ -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 <address@hidden>
 ;; Keywords: i18n

=== modified file 'lisp/language/greek.el'
--- a/lisp/language/greek.el    2011-01-15 23:16:57 +0000
+++ b/lisp/language/greek.el    2012-05-08 01:50:17 +0000
@@ -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,

=== modified file 'lisp/language/japanese.el'
--- a/lisp/language/japanese.el 2012-01-19 07:21:25 +0000
+++ b/lisp/language/japanese.el 2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/khmer.el'
--- a/lisp/language/khmer.el    2011-01-15 23:16:57 +0000
+++ b/lisp/language/khmer.el    2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/korean.el'
--- a/lisp/language/korean.el   2012-01-19 07:21:25 +0000
+++ b/lisp/language/korean.el   2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/lao.el'
--- a/lisp/language/lao.el      2012-01-19 07:21:25 +0000
+++ b/lisp/language/lao.el      2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/misc-lang.el'
--- a/lisp/language/misc-lang.el        2011-01-15 23:16:57 +0000
+++ b/lisp/language/misc-lang.el        2012-05-08 01:50:17 +0000
@@ -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

=== modified file 'lisp/language/romanian.el'
--- a/lisp/language/romanian.el 2012-01-19 07:21:25 +0000
+++ b/lisp/language/romanian.el 2012-05-08 01:50:17 +0000
@@ -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 <address@hidden>
 ;; Keywords: multilingual, Romanian, i18n

=== modified file 'lisp/language/sinhala.el'
--- a/lisp/language/sinhala.el  2011-01-15 23:16:57 +0000
+++ b/lisp/language/sinhala.el  2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/slovak.el'
--- a/lisp/language/slovak.el   2012-01-19 07:21:25 +0000
+++ b/lisp/language/slovak.el   2012-05-08 01:50:17 +0000
@@ -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 <address@hidden>,
 ;;             Milan Zamazal <address@hidden>

=== modified file 'lisp/language/tai-viet.el'
--- a/lisp/language/tai-viet.el 2012-02-18 10:24:23 +0000
+++ b/lisp/language/tai-viet.el 2012-05-08 01:50:17 +0000
@@ -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

=== modified file 'lisp/language/thai.el'
--- a/lisp/language/thai.el     2012-01-19 07:21:25 +0000
+++ b/lisp/language/thai.el     2012-05-08 01:50:17 +0000
@@ -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)

=== modified file 'lisp/language/utf-8-lang.el'
--- a/lisp/language/utf-8-lang.el       2012-01-19 07:21:25 +0000
+++ b/lisp/language/utf-8-lang.el       2012-05-08 01:50:17 +0000
@@ -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 <address@hidden>
 ;; Keywords: i18n


reply via email to

[Prev in Thread] Current Thread [Next in Thread]