Fix bug #8563 with \aleph in TeX input method.
leim/quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of HEBREW LETTER ALEF.
This commit is contained in:
parent
45cb8994a3
commit
6b4e1d0d3d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
|
||||
HEBREW LETTER ALEF. (Bug#8563)
|
||||
|
||||
2011-03-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.3 released.
|
||||
|
|
|
@ -498,7 +498,7 @@ system, including many technical ones. Examples:
|
|||
("\\Vert" ?‖)
|
||||
("\\Vvdash" ?⊪)
|
||||
("\\Xi" ?Ξ)
|
||||
("\\aleph" ?א)
|
||||
("\\aleph" ?ℵ)
|
||||
("\\alpha" ?α)
|
||||
("\\amalg" ?∐)
|
||||
("\\angle" ?∠)
|
||||
|
|
Loading…
Add table
Reference in a new issue