]> git.eshelyaron.com Git - emacs.git/commitdiff
; Escape some character literals
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 31 Aug 2017 21:32:10 +0000 (17:32 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 31 Aug 2017 21:32:10 +0000 (17:32 -0400)
* lisp/leim/quail/latin-ltx.el: Escape some fancy brackets.

lisp/leim/quail/latin-ltx.el

index d8ea90ec3ec90221b7e896a5e963a801e02192eb..ac8d5b40adcbac3e8de1fb9189f94dafac00a50c 100644 (file)
@@ -547,7 +547,7 @@ system, including many technical ones.  Examples:
  ("\\propto" ?∝)
  ("\\qed" ?∎)
  ("\\quad" ? )
- ("\\rangle" ?⟩) ;; Was ?〉, see bug#12948.
+ ("\\rangle" ?\⟩) ;; Was ?〉, see bug#12948.
  ("\\rbrace" ?})
  ("\\rbrack" ?\])
  ("\\rceil" ?⌉)
@@ -739,8 +739,8 @@ system, including many technical ones.  Examples:
  ("\\textdiscount" ?⁒)
  ("\\textestimated" ?℮)
  ("\\textopenbullet" ?◦)
- ("\\textlquill" ?⁅)
- ("\\textrquill" ?⁆)
+ ("\\textlquill" ?\⁅)
+ ("\\textrquill" ?\⁆)
  ("\\textcircledP" ?℗)
  ("\\textreferencemark" ?※)
  )