1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Escape some character literals

* lisp/leim/quail/latin-ltx.el: Escape some fancy brackets.
This commit is contained in:
Mark Oteiza 2017-08-31 17:32:10 -04:00
parent 96c2c098ae
commit c5c9f5d718

View 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" ?※)
)