Mercurial > emacs
changeset 42203:4bcb69ad0da0
Fix un-doubled backslashes.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 20 Dec 2001 18:43:01 +0000 |
parents | 0d134c4e222a |
children | 73e75f765479 |
files | leim/quail/latin-ltx.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/latin-ltx.el Thu Dec 20 18:17:15 2001 +0000 +++ b/leim/quail/latin-ltx.el Thu Dec 20 18:43:01 2001 +0000 @@ -938,8 +938,8 @@ ("\\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