diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-07 16:09:06 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-05-07 16:09:06 +0000 |
commit | e89e3726982a98222a82b3798722d36cd976b047 (patch) | |
tree | 899f509edbe5fcf624c146ea235d0b7173aee1fd /leim | |
parent | 3f0656ff20abbcd328175e055ae0ecd77acd6ce6 (diff) | |
download | emacs-e89e3726982a98222a82b3798722d36cd976b047.tar.gz |
("TeX"): Quote chars with paren syntax.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/quail/latin-ltx.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index 163059dd276..e670316b212 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el @@ -957,8 +957,8 @@ system, including many technical ones. Examples: ("\\grqq" ?“) ("\\\"'" ?“) ("\\flq" ?‹) ("\\frq" ?›) - ("\\flqq" ?«) ("\\\"<" ?«) - ("\\frqq" ?») ("\\\">" ?») + ("\\flqq" ?\«) ("\\\"<" ?\«) + ("\\frqq" ?\») ("\\\">" ?\») ) ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f |