From 6b4e1d0d3d78651ad1dd84c9675d14d16a7557a9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 27 Apr 2011 23:34:56 +0300 Subject: [PATCH] Fix bug #8563 with \aleph in TeX input method. leim/quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of HEBREW LETTER ALEF. --- leim/ChangeLog | 5 +++++ leim/quail/latin-ltx.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/leim/ChangeLog b/leim/ChangeLog index 03ffab98220..1ee29deb282 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2011-04-27 Eli Zaretskii + + * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of + HEBREW LETTER ALEF. (Bug#8563) + 2011-03-07 Chong Yidong * Version 23.3 released. diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 488d28d2d85..cfd05a47e7c 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -498,7 +498,7 @@ system, including many technical ones. Examples: ("\\Vert" ?‖) ("\\Vvdash" ?⊪) ("\\Xi" ?Ξ) - ("\\aleph" ?א) + ("\\aleph" ?ℵ) ("\\alpha" ?α) ("\\amalg" ?∐) ("\\angle" ?∠) -- 2.39.2