]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in several language support libraries
authorStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 13:34:52 +0000 (15:34 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 13:34:52 +0000 (15:34 +0200)
* lisp/language/burmese.el:
* lisp/language/cham.el:
* lisp/language/czech.el:
* lisp/language/georgian.el:
* lisp/language/greek.el:
* lisp/language/khmer.el:
* lisp/language/romanian.el:
* lisp/language/sinhala.el:
* lisp/language/slovak.el:
* lisp/language/tai-viet.el:
* lisp/language/vietnamese.el: Use lexical-binding.

lisp/language/burmese.el
lisp/language/cham.el
lisp/language/czech.el
lisp/language/georgian.el
lisp/language/greek.el
lisp/language/khmer.el
lisp/language/romanian.el
lisp/language/sinhala.el
lisp/language/slovak.el
lisp/language/tai-viet.el
lisp/language/vietnamese.el

index 1888c8f86a2eaba78dce1c23d143bd8ef4374ed7..d689e87d7851c6bf31b76780da80545d52f864fd 100644 (file)
@@ -1,4 +1,4 @@
-;;; burmese.el --- support for Burmese -*- coding: utf-8 -*-
+;;; burmese.el --- support for Burmese -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
index 4749f2e8db413373134ba7c520313cd4a8337a83..eef6d6f8f9fdfa40754b81ecf22bd6fa39e57594 100644 (file)
@@ -1,4 +1,4 @@
-;;; cham.el --- support for Cham -*- coding: utf-8 -*-
+;;; cham.el --- support for Cham -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2008, 2009, 2010, 2011, 2012
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
index b3cc152d25e18f49f48a106ebfba2deab4a889af..e6923426b52abc0fddc676d8c6f12ee7abf7a82b 100644 (file)
@@ -1,4 +1,4 @@
-;;; czech.el --- support for Czech -*- coding: utf-8 -*-
+;;; czech.el --- support for Czech -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 
index 3e3c1df31a0138a34d8fce4c8ddfc93a8385957d..53c994bd76f6ca635d21aebc37ca60608577be73 100644 (file)
@@ -1,4 +1,4 @@
-;;; georgian.el --- language support for Georgian
+;;; georgian.el --- language support for Georgian  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index 2fec52637beeb9363f44690995bebaaba9381aef..15ae5f42f944a8605ae4fa8aefdb5abef695017f 100644 (file)
@@ -1,4 +1,4 @@
-;;; greek.el --- support for Greek
+;;; greek.el --- support for Greek  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2002, 2013-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
index 4a070321961feed5a5532181f6f408bb71a5fa7d..37173c9fb95db0e3a44c802fa704b342cfd365a2 100644 (file)
@@ -1,4 +1,4 @@
-;;; khmer.el --- support for Khmer -*- coding: utf-8 -*-
+;;; khmer.el --- support for Khmer -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
index 0cd1d61de0fb532944f7995a061acacc302266cc..9f1c67765e128b44d27ae77cacea411590410668 100644 (file)
@@ -1,4 +1,4 @@
-;;; romanian.el --- support for Romanian -*- coding: utf-8 -*-
+;;; romanian.el --- support for Romanian -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 
index efd8aacc5ac99698b1333355ad5b0c5d02f5ab16..90fc41c1c41c6b6f75ad8152c57964224f24cb60 100644 (file)
@@ -1,4 +1,4 @@
-;;; sinhala.el --- support for Sinhala -*- coding: utf-8 -*-
+;;; sinhala.el --- support for Sinhala -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
index bc70a05ad08bcc54730ea6755496fb0f28796dcb..c42a872574d85bc5a6b8bd5041b703e40cfde14a 100644 (file)
@@ -1,4 +1,4 @@
-;;; slovak.el --- support for Slovak -*- coding: utf-8 -*-
+;;; slovak.el --- support for Slovak -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 
index 22295f39e5298b2a0527eb793ef54ac72295e332..039e478b162a5d51718e3f6a93dbd7ffab28cb47 100644 (file)
@@ -1,4 +1,4 @@
-;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8 -*-
+;;; tai-viet.el --- support for Tai Viet -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 2007, 2008, 2009, 2010, 2011
index cb282db0762f8f862b7e54165e6aa31b0ef9bc22..c1cef962865e8938298114160cdbf7e07e0deb9e 100644 (file)
@@ -1,4 +1,4 @@
-;;; vietnamese.el --- support for Vietnamese -*- coding: utf-8; -*-
+;;; vietnamese.el --- support for Vietnamese -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,