]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in most runtime leim lisp files
authorStefan Kangas <stefan@marxist.se>
Mon, 23 Nov 2020 11:12:29 +0000 (12:12 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 23 Nov 2020 11:12:58 +0000 (12:12 +0100)
* lisp/leim/quail/arabic.el:
* lisp/leim/quail/croatian.el:
* lisp/leim/quail/cyril-jis.el:
* lisp/leim/quail/cyrillic.el:
* lisp/leim/quail/czech.el:
* lisp/leim/quail/ethiopic.el:
* lisp/leim/quail/georgian.el:
* lisp/leim/quail/greek.el:
* lisp/leim/quail/hanja-jis.el:
* lisp/leim/quail/hanja.el:
* lisp/leim/quail/hanja3.el:
* lisp/leim/quail/hebrew.el:
* lisp/leim/quail/ipa-praat.el:
* lisp/leim/quail/latin-alt.el:
* lisp/leim/quail/latin-post.el:
* lisp/leim/quail/latin-pre.el:
* lisp/leim/quail/persian.el:
* lisp/leim/quail/programmer-dvorak.el:
* lisp/leim/quail/py-punct.el:
* lisp/leim/quail/pypunct-b5.el:
* lisp/leim/quail/rfc1345.el:
* lisp/leim/quail/sami.el:
* lisp/leim/quail/sgml-input.el:
* lisp/leim/quail/slovak.el:
* lisp/leim/quail/symbol-ksc.el:
* lisp/leim/quail/tamil-dvorak.el:
* lisp/leim/quail/vntelex.el:
* lisp/leim/quail/vnvni.el:
* lisp/leim/quail/welsh.el: Use lexical-binding.

29 files changed:
lisp/leim/quail/arabic.el
lisp/leim/quail/croatian.el
lisp/leim/quail/cyril-jis.el
lisp/leim/quail/cyrillic.el
lisp/leim/quail/czech.el
lisp/leim/quail/ethiopic.el
lisp/leim/quail/georgian.el
lisp/leim/quail/greek.el
lisp/leim/quail/hanja-jis.el
lisp/leim/quail/hanja.el
lisp/leim/quail/hanja3.el
lisp/leim/quail/hebrew.el
lisp/leim/quail/ipa-praat.el
lisp/leim/quail/latin-alt.el
lisp/leim/quail/latin-post.el
lisp/leim/quail/latin-pre.el
lisp/leim/quail/persian.el
lisp/leim/quail/programmer-dvorak.el
lisp/leim/quail/py-punct.el
lisp/leim/quail/pypunct-b5.el
lisp/leim/quail/rfc1345.el
lisp/leim/quail/sami.el
lisp/leim/quail/sgml-input.el
lisp/leim/quail/slovak.el
lisp/leim/quail/symbol-ksc.el
lisp/leim/quail/tamil-dvorak.el
lisp/leim/quail/vntelex.el
lisp/leim/quail/vnvni.el
lisp/leim/quail/welsh.el

index a3424c8404ded54502fc5c70eb34358accacd7b3..dd840c344cc1257679ea00c343c4479562ec40b2 100644 (file)
@@ -1,4 +1,4 @@
-;;; arabic.el --- Quail package for inputting Arabic   -*- coding: utf-8;-*-
+;;; arabic.el --- Quail package for inputting Arabic   -*- coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
index 97bfb855fb3fd7333ea85dfd6287be58c64d9c7e..2efd7ce6bbd68ca842ded764b7a88b58aeb9ef4d 100644 (file)
@@ -1,4 +1,4 @@
-;;; croatian.el -- Quail package for inputting Croatian  -*-coding: utf-8;-*-
+;;; croatian.el -- Quail package for inputting Croatian  -*-coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
index 6109dfc0e083fd69db8f8cc2488a7916f6b3f428..730042b4bc05dfe43e1c029dfbfc93b8e63d9e30 100644 (file)
@@ -1,4 +1,4 @@
-;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters
+;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index 8845223e9a8c9700218bf175be522739aa546658..fa209f0bce231d869e223ffdaeffe372f7669f7a 100644 (file)
@@ -1,4 +1,4 @@
-;;; cyrillic.el --- Quail package for inputting Cyrillic characters
+;;; cyrillic.el --- Quail package for inputting Cyrillic characters  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index 7c208ef15e291a7c722f77387d5f6be0a71506f1..34416c2b91e347ef14715ae09e75c7834aefe14a 100644 (file)
@@ -1,4 +1,4 @@
-;;; czech.el --- Quail package for inputting Czech -*-coding: utf-8;-*-
+;;; czech.el --- Quail package for inputting Czech -*-coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 
index 8d19a2337095a3e9d88449519f9686c3cf0827e3..c8753effe0a1a48c8522ef0c82b6962192649fa4 100644 (file)
@@ -1,4 +1,4 @@
-;;; ethiopic.el --- Quail package for inputting Ethiopic characters  -*-coding: utf-8-emacs;-*-
+;;; ethiopic.el --- Quail package for inputting Ethiopic characters  -*-coding: utf-8-emacs; lexical-binding:t -*-
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007, 2008, 2009, 2010, 2011
index b6da6befe12809f1886e61e29591e95a5cad088c..e66477a66aa8a445732fb9afb723819fe1a3430f 100644 (file)
@@ -1,4 +1,4 @@
-;;; georgian.el --- Quail package for inputting Georgian characters  -*-coding: utf-8;-*-
+;;; georgian.el --- Quail package for inputting Georgian characters  -*- coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index 14bbacc4a390acf7dbca3ad0028e650c23bdc02a..eedfb9d0f605bcb2fa1203617866c48c36eb420f 100644 (file)
@@ -1,4 +1,4 @@
-;;; greek.el --- Quail package for inputting Greek -*-coding: utf-8-*-
+;;; greek.el --- Quail package for inputting Greek -*- coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index 6f7532594567a117129d376a25ec269fa9450957..c4eb4b57be875982917301992856f502cd266a68 100644 (file)
@@ -1,4 +1,4 @@
-;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208)
+;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208)  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007, 2008, 2009, 2010, 2011
index 455af12b0a95194ba87a9cf6d360c5acd66937c3..3ca17c67bd3654a94afe50169ec3db5030a7f4ac 100644 (file)
@@ -1,4 +1,4 @@
-;;; hanja.el --- Quail-package for Korean Hanja (KSC5601)  -*-coding: utf-8;-*-
+;;; hanja.el --- Quail-package for Korean Hanja (KSC5601)  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index f318c01bea4ca6735b5080f90437951fce3b9f51..b380d40853d76cb879e9af79e29ff17a881a2ee0 100644 (file)
@@ -1,4 +1,4 @@
-;;; hanja3.el --- Quail-package for Korean Hanja (KSC5601)  -*-coding: utf-8;-*-
+;;; hanja3.el --- Quail-package for Korean Hanja (KSC5601)  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 1999, 2001-2020 Free Software Foundation, Inc.
 
index 772da70b5ce71a9920c8c768406ea0b080fac8cc..fc6bb80596b76b9cc956cfecb818eb286f3b1fa8 100644 (file)
@@ -1,4 +1,4 @@
-;; hebrew.el --- Quail package for inputting Hebrew characters  -*-coding: utf-8;-*-
+;; hebrew.el --- Quail package for inputting Hebrew characters  -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
 ;;   2008, 2009, 2010, 2011
index 4c241ccf8eab2e5ecad47111b6121431e174f3c5..cc577c6aff2c6151beb573bdea566f5594eb28e9 100644 (file)
@@ -1,4 +1,4 @@
-;;; ipa-praat.el --- Inputting IPA characters with the conventions of Praat
+;;; ipa-praat.el --- Inputting IPA characters with the conventions of Praat  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
index 06ab5e3d111ba6e07a19362ef83fb4846b6cdc5c..4661ba8cc84cbe44f816f3a3b1cc4632457e3ba7 100644 (file)
@@ -1,4 +1,4 @@
-;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: utf-8;-*-
+;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
index 1d6aeddc0607f99820973fd28287df58539090c4..293c0c0b6ed9a11459ade5fab6e624532bb6ca51 100644 (file)
@@ -1,4 +1,4 @@
-;;; latin-post.el --- Quail packages for inputting various European characters  -*-coding: utf-8;-*-
+;;; latin-post.el --- Quail packages for inputting various European characters  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997-1998, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index f421a7eb1d23418f03aecffc25027dafa72b10ab..802b70ec7cd3a42ec2420b4160b84f690edb352b 100644 (file)
@@ -1,4 +1,4 @@
-;;; latin-pre.el --- Quail packages for inputting various European characters  -*-coding: utf-8;-*-
+;;; latin-pre.el --- Quail packages for inputting various European characters  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index f12abc1ac9dbc22adcc6c94b207e976969bb4d35..fcbf727e93ae28265dc2b98b8103dbee9d237686 100644 (file)
@@ -1,4 +1,4 @@
-;;; persian.el  --- Quail package for inputting Persian/Farsi keyboard -*- coding: utf-8;-*-
+;;; persian.el  --- Quail package for inputting Persian/Farsi keyboard -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
index 0429df01de0f259d6a63872dce7e51b8f4a9cdce..c544c62d07beda32d84a3069b3e2a3e60a7c8a03 100644 (file)
@@ -1,4 +1,4 @@
-;;; programmer-dvorak.el --- Quail package for the programmer Dvorak layout
+;;; programmer-dvorak.el --- Quail package for the programmer Dvorak layout  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
index 90fa474dd0680b752e4c07a53f4cfb4440b3e99c..76bf6125ef8190c6c13863ad5cbc4053f331c817 100644 (file)
@@ -1,4 +1,4 @@
-;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols)
+;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols)  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index 9f4e73c9f05e7afb60697740aac858d2e4332dc9..f9330bd24f9852d32786e92865e3c4289c2a3c43 100644 (file)
@@ -1,4 +1,4 @@
-;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols)
+;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols)  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007, 2008, 2009, 2010, 2011
index c2e7cd9fad3579d03a21f83ea62e354543e56df2..7f98021dfe895fadb63b27f02778baaabd375078 100644 (file)
@@ -1,4 +1,4 @@
-;;; rfc1345.el --- Quail method for RFC 1345 mnemonics -*- coding: utf-8 -*-
+;;; rfc1345.el --- Quail method for RFC 1345 mnemonics -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index 66750c3140632785be807970811dd1102571de04..33fe2878dff5ede6259d393210e6473605c0a12a 100644 (file)
@@ -1,4 +1,4 @@
-;;; sami.el --- Quail package for inputting Sámi  -*-coding: utf-8;-*-
+;;; sami.el --- Quail package for inputting Sámi  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
index 5cc9f5e0ccc8a64c2927924a0bf26b8fb9657477..df7ac984ce1e923967e7551a1ffd4858675f63cf 100644 (file)
@@ -1,4 +1,4 @@
-;;; sgml-input.el --- Quail method for Unicode entered as SGML entities -*- coding: utf-8 -*-
+;;; sgml-input.el --- Quail method for Unicode entered as SGML entities -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index 828d25a2e320c3106084b330112125d9f21b585f..c306be1e558ee6ea625c5637e05b4cf7fe5317fe 100644 (file)
@@ -1,4 +1,4 @@
-;;; slovak.el --- Quail package for inputting Slovak  -*-coding: utf-8;-*-
+;;; slovak.el --- Quail package for inputting Slovak  -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1998, 2001-2020 Free Software Foundation, Inc.
 
index ae33786c5ea0d64dc8336becdd62669e9b2abfbf..e346f7c7bd91e1255f9fccb0fce57cffc389db02 100644 (file)
@@ -1,4 +1,4 @@
-;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) -*-coding: utf-8;-*-
+;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) -*-coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 2001-2020 Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
index 93ff0ccdac69d6146545b70c8ee19da7d35093af..0a70c3bfe11b7edb4bdeb545b241a30283d96a15 100644 (file)
@@ -1,4 +1,4 @@
-;;; tamil-dvorak.el --- Quail package for Tamil input with Dvorak keyboard
+;;; tamil-dvorak.el --- Quail package for Tamil input with Dvorak keyboard  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2015-2020 Free Software Foundation, Inc.
 
index 385bc910bba57e2d376342b8c5046ccca4b3ba06..8d53ab0be0490af2209ae13d007258e91a34e02e 100644 (file)
@@ -1,4 +1,4 @@
-;;; vntelex.el --- Quail package for Vietnamese by Telex method
+;;; vntelex.el --- Quail package for Vietnamese by Telex method  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index 36cad8e9120ebe85549b11f7e7e9bede3a351ac0..e7973044b0a4a310a060131bdfdcb9be0154ef98 100644 (file)
@@ -1,4 +1,4 @@
-;;; vnvni.el --- Quail package for Vietnamese by VNI method
+;;; vnvni.el --- Quail package for Vietnamese by VNI method  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
index bc6e8ecd3337e05532b767a7a674d99abfbc5db6..a62d2f509550210db0b9dabd61b91cfb4921eee1 100644 (file)
@@ -1,4 +1,4 @@
-;;; welsh.el --- Quail package for inputting Welsh characters  -*-coding: utf-8;-*-
+;;; welsh.el --- Quail package for inputting Welsh characters  -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.