emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99978: Avoid mismatching parens


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99978: Avoid mismatching parens
Date: Sat, 14 Aug 2010 10:20:08 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99978
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2010-08-14 10:20:08 +0200
message:
  Avoid mismatching parens
  
  * quail/arabic.el: Quote [ and ].
  * quail/latin-ltx.el: Likewise.
modified:
  leim/ChangeLog
  leim/quail/arabic.el
  leim/quail/latin-ltx.el
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2010-08-14 08:00:34 +0000
+++ b/leim/ChangeLog    2010-08-14 08:20:08 +0000
@@ -1,5 +1,8 @@
 2010-08-14  Andreas Schwab  <address@hidden>
 
+       * quail/arabic.el: Quote [ and ].
+       * quail/latin-ltx.el: Likewise.
+
        * quail/greek.el ("greek", "greek-postfix"): Change string to
        character.
 

=== modified file 'leim/quail/arabic.el'
--- a/leim/quail/arabic.el      2010-01-13 08:35:10 +0000
+++ b/leim/quail/arabic.el      2010-08-14 08:20:08 +0000
@@ -57,8 +57,8 @@
 
  ("A" ?ِ)
  ("S" ?ٍ)
- ("D" ?])
- ("F" ?[)
+ ("D" ?\])
+ ("F" ?\[)
  ("G" ["لأ"])
  ("H" ?أ)
  ("J" ?ـ)

=== modified file 'leim/quail/latin-ltx.el'
--- a/leim/quail/latin-ltx.el   2010-01-13 08:35:10 +0000
+++ b/leim/quail/latin-ltx.el   2010-08-14 08:20:08 +0000
@@ -653,7 +653,7 @@
  ("\\lambda" ?λ)
  ("\\langle" ?〈)
  ("\\lbrace" ?{)
- ("\\lbrack" ?[)
+ ("\\lbrack" ?\[)
  ("\\lceil" ?⌈)
  ("\\ldots" ?…)
  ("\\le" ?≤)
@@ -788,7 +788,7 @@
  ("\\quad" ? )
  ("\\rangle" ?〉)
  ("\\rbrace" ?})
- ("\\rbrack" ?])
+ ("\\rbrack" ?\])
  ("\\rceil" ?⌉)
  ("\\rfloor" ?⌋)
  ("\\rightarrow" ?→)


reply via email to

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