diff options
| author | Richard M. Stallman | 1993-11-18 05:45:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-18 05:45:07 +0000 |
| commit | ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b (patch) | |
| tree | 1698425f99a9e53bd1ba8edd917298d8eeadb80f | |
| parent | 1784bc326a48ded624a6be64f8d3a5ebabe4fe65 (diff) | |
| download | emacs-ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b.tar.gz emacs-ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b.zip | |
(iso-accents-list): Add "s.
| -rw-r--r-- | lisp/international/iso-acc.el | 4 |
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 | ||
| 209 | Special combinations: ~c gives a c with cedilla, | 210 | Special 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 | ||
| 213 | With an argument, a positive argument enables ISO-accents mode, | 217 | With an argument, a positive argument enables ISO-accents mode, |