]> code.delx.au - gnu-emacs/commitdiff
(iso-accents-list): Fix typo in ^A code. Support ~< and ~>.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 1993 10:37:57 +0000 (10:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 1993 10:37:57 +0000 (10:37 +0000)
lisp/international/iso-acc.el

index f80017cc3c57edc3bcfce7b770a984dccf4547b8..bd3cd11c63acc84c6d4a474c331b7252b0c3d07f 100644 (file)
@@ -86,7 +86,7 @@
     ((?` ?u) ?\371)
     ((?` ? ) ?`)
     ((?` ?`) ?`)               ; no special code?
-    ((?` ?A) ?\302)
+    ((?^ ?A) ?\302)
     ((?^ ?E) ?\312)
     ((?^ ?I) ?\316)
     ((?^ ?O) ?\324)
     ((?\~ ?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."