diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-18 05:45:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-18 05:45:07 +0000 |
commit | ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b (patch) | |
tree | 1698425f99a9e53bd1ba8edd917298d8eeadb80f /lisp/international/iso-acc.el | |
parent | 1784bc326a48ded624a6be64f8d3a5ebabe4fe65 (diff) | |
download | emacs-ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b.tar.gz |
(iso-accents-list): Add "s.
Diffstat (limited to 'lisp/international/iso-acc.el')
-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 @@ ((?\" ?e) ?\353) ((?\" ?i) ?\357) ((?\" ?o) ?\366) + ((?\" ?s) ?\337) ((?\" ?u) ?\374) ((?\" ?y) ?\377) ((?\" ? ) ?\") @@ -208,6 +209,9 @@ letter key so that it inserts an ISO accented letter. Special combinations: ~c gives a c with cedilla, ~d gives a d with dash. +\"s gives German sharp s. +/a gives a with ring. +/e gives an a-e ligature. ~< and ~> give guillemets. With an argument, a positive argument enables ISO-accents mode, |