Fix un-doubled backslashes.
This commit is contained in:
parent
cfcf9cb516
commit
3c08498acc
2 changed files with 6 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue