From 3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 20 Dec 2001 18:43:45 +0000 Subject: [PATCH] Fix un-doubled backslashes. --- leim/ChangeLog | 4 ++++ leim/quail/latin-ltx.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5