mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
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
@ -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…
Reference in New Issue
Block a user