From: Mark Oteiza Date: Thu, 31 Aug 2017 21:32:10 +0000 (-0400) Subject: ; Escape some character literals X-Git-Tag: emacs-26.0.90~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5c9f5d71853817f1002e3e2c1a7dea1b1d764ef;p=emacs.git ; Escape some character literals * lisp/leim/quail/latin-ltx.el: Escape some fancy brackets. --- diff --git a/lisp/leim/quail/latin-ltx.el b/lisp/leim/quail/latin-ltx.el index d8ea90ec3ec..ac8d5b40adc 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" ?※) )