summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-08-14 10:20:08 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2010-08-14 10:20:08 +0200
commit553ec8d2dcc740fcd98a0730b8968439200c7ebd (patch)
tree7a31d5a74c32de53ce89ead66e203130fc79f652
parent4ca14add11dcfd59bfe8acd72327e62516e6c669 (diff)
downloademacs-553ec8d2dcc740fcd98a0730b8968439200c7ebd.tar.gz
Avoid mismatching parens
* quail/arabic.el: Quote [ and ]. * quail/latin-ltx.el: Likewise.
-rw-r--r--leim/ChangeLog3
-rw-r--r--leim/quail/arabic.el4
-rw-r--r--leim/quail/latin-ltx.el4
3 files changed, 7 insertions, 4 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 21d63dd663a..ae499daef49 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,5 +1,8 @@
2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
+ * quail/arabic.el: Quote [ and ].
+ * quail/latin-ltx.el: Likewise.
+
* quail/greek.el ("greek", "greek-postfix"): Change string to
character.
diff --git a/leim/quail/arabic.el b/leim/quail/arabic.el
index 4e613cad16e..cb77183bc96 100644
--- a/leim/quail/arabic.el
+++ b/leim/quail/arabic.el
@@ -57,8 +57,8 @@ Based on Arabic table in X Keyboard Configuration DB.
("A" ?ِ)
("S" ?ٍ)
- ("D" ?])
- ("F" ?[)
+ ("D" ?\])
+ ("F" ?\[)
("G" ["لأ"])
("H" ?أ)
("J" ?ـ)
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el
index 5001c4dd0ef..8b58bf39d54 100644
--- a/leim/quail/latin-ltx.el
+++ b/leim/quail/latin-ltx.el
@@ -653,7 +653,7 @@ system, including many technical ones. Examples:
("\\lambda" ?λ)
("\\langle" ?〈)
("\\lbrace" ?{)
- ("\\lbrack" ?[)
+ ("\\lbrack" ?\[)
("\\lceil" ?⌈)
("\\ldots" ?…)
("\\le" ?≤)
@@ -788,7 +788,7 @@ system, including many technical ones. Examples:
("\\quad" ? )
("\\rangle" ?〉)
("\\rbrace" ?})
- ("\\rbrack" ?])
+ ("\\rbrack" ?\])
("\\rceil" ?⌉)
("\\rfloor" ?⌋)
("\\rightarrow" ?→)