# HG changeset patch # User Dave Love # Date 1008873781 0 # Node ID 4bcb69ad0da023015dadbb1de12eed402d1c829d # Parent 0d134c4e222a3753111aa32f093a6bdd04d221ed Fix un-doubled backslashes. diff -r 0d134c4e222a -r 4bcb69ad0da0 leim/quail/latin-ltx.el --- 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