emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c5c9f5d: ; Escape some character literals


From: Mark Oteiza
Subject: [Emacs-diffs] master c5c9f5d: ; Escape some character literals
Date: Thu, 31 Aug 2017 17:33:52 -0400 (EDT)

branch: master
commit c5c9f5d71853817f1002e3e2c1a7dea1b1d764ef
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Escape some character literals
    
    * lisp/leim/quail/latin-ltx.el: Escape some fancy brackets.
---
 lisp/leim/quail/latin-ltx.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el
index d8ea90e..ac8d5b4 100644
--- a/lisp/leim/quail/latin-ltx.el
+++ b/lisp/leim/quail/latin-ltx.el
@@ -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" ?※)
  )



reply via email to

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