From: Dave Love Date: Thu, 20 Dec 2001 18:43:45 +0000 (+0000) Subject: Fix un-doubled backslashes. X-Git-Tag: ttn-vms-21-2-B4~17582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8;p=emacs.git Fix un-doubled backslashes. --- 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