diff --git a/leim/ChangeLog b/leim/ChangeLog index a6576851936..aa49544974f 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Dave Love + + * quail/latin-ltx.el: Fix un-doubled backslashes. + 2001-12-15 Dave Love * quail/latin-pre.el ("french-prefix", "german-prefix") diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index a5e60e58fd2..e38d2d930a9 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -938,8 +938,8 @@ system, including many technical ones. Examples: ("\\lambdabar" ?$,1![(B) ("\\celsius" ?$,1uC(B) ;; by analogy with lq, rq: - ("\ldq" ?\$,1r|(B) - ("\rdq" ?\$,1r}(B) + ("\\ldq" ?\$,1r|(B) + ("\\rdq" ?\$,1r}(B) ) ;;; latin-ltx.el ends here