Fix un-doubled backslashes.

This commit is contained in:
Dave Love 2001-12-20 18:43:45 +00:00
parent cfcf9cb516
commit 3c08498acc
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-12-20 Dave Love <fx@gnu.org>
* quail/latin-ltx.el: Fix un-doubled backslashes.
2001-12-15 Dave Love <fx@gnu.org>
* quail/latin-pre.el ("french-prefix", "german-prefix")

View file

@ -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