aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-18 05:45:07 +0000
committerRichard M. Stallman1993-11-18 05:45:07 +0000
commitab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b (patch)
tree1698425f99a9e53bd1ba8edd917298d8eeadb80f
parent1784bc326a48ded624a6be64f8d3a5ebabe4fe65 (diff)
downloademacs-ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b.tar.gz
emacs-ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b.zip
(iso-accents-list): Add "s.
-rw-r--r--lisp/international/iso-acc.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el
index 11c11345dae..c57a83b78de 100644
--- a/lisp/international/iso-acc.el
+++ b/lisp/international/iso-acc.el
@@ -108,6 +108,7 @@
108 ((?\" ?e) ?\353) 108 ((?\" ?e) ?\353)
109 ((?\" ?i) ?\357) 109 ((?\" ?i) ?\357)
110 ((?\" ?o) ?\366) 110 ((?\" ?o) ?\366)
111 ((?\" ?s) ?\337)
111 ((?\" ?u) ?\374) 112 ((?\" ?u) ?\374)
112 ((?\" ?y) ?\377) 113 ((?\" ?y) ?\377)
113 ((?\" ? ) ?\") 114 ((?\" ? ) ?\")
@@ -208,6 +209,9 @@ letter key so that it inserts an ISO accented letter.
208 209
209Special combinations: ~c gives a c with cedilla, 210Special combinations: ~c gives a c with cedilla,
210~d gives a d with dash. 211~d gives a d with dash.
212\"s gives German sharp s.
213/a gives a with ring.
214/e gives an a-e ligature.
211~< and ~> give guillemets. 215~< and ~> give guillemets.
212 216
213With an argument, a positive argument enables ISO-accents mode, 217With an argument, a positive argument enables ISO-accents mode,