summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-07 10:37:57 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-07 10:37:57 +0000
commit4d524b08a3ff77064454a1512cb6e604a0ee533d (patch)
tree660eb1eeb9dff6f6ec48c745b9acb0486bcb29ba /lisp/international
parent7ab500f0565d3bc571b1c1621237ba31a71521be (diff)
downloademacs-4d524b08a3ff77064454a1512cb6e604a0ee533d.tar.gz
(iso-accents-list): Fix typo in ^A code. Support ~< and ~>.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/iso-acc.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el
index f80017cc3c5..bd3cd11c63a 100644
--- a/lisp/international/iso-acc.el
+++ b/lisp/international/iso-acc.el
@@ -86,7 +86,7 @@
((?` ?u) ?\371)
((?` ? ) ?`)
((?` ?`) ?`) ; no special code?
- ((?` ?A) ?\302)
+ ((?^ ?A) ?\302)
((?^ ?E) ?\312)
((?^ ?I) ?\316)
((?^ ?O) ?\324)
@@ -121,6 +121,8 @@
((?\~ ?d) ?\360)
((?\~ ?n) ?\361)
((?\~ ?o) ?\365)
+ ((?\~ ?>) ?\273)
+ ((?\~ ?<) ?\253)
((?\/ ?O) ?\330)
((?\/ ?o) ?\370)
)
@@ -201,6 +203,7 @@ letter key so that it inserts an ISO accented letter.
Special combinations: ~c gives a c with cedilla,
~d gives a d with dash.
+~< and ~> give guillemets.
With an argument, a positive argument enables ISO-accents mode,
and a negative argument disables it."