diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-24 15:02:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-24 15:02:12 +0000 |
commit | 5e6c77249f511d0605da44927a8c3ed6d67403f7 (patch) | |
tree | 7f33d2ad3735929a1997f6b70b68782aa20f93f2 | |
parent | f4e90c9d328dda3bfae79cbdfcf71e02942150e8 (diff) | |
download | emacs-5e6c77249f511d0605da44927a8c3ed6d67403f7.tar.gz |
(iso-accents-list): Add ~! and ~? combinations.
-rw-r--r-- | lisp/international/iso-acc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index 468de118dd8..68c9ca58a8c 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el @@ -129,6 +129,8 @@ ((?\~ ?t) ?\376) ((?\~ ?>) ?\273) ((?\~ ?<) ?\253) + ((?\~ ?!) ?\241) ;; Inverted exclamation mark + ((?\~ ??) ?\277) ;; Inverted question mark ((?\~ ?\ ) ?\~) ((?\~ ?\~) ?\270) ;; cedilla accent ((?\/ ?A) ?\305) ;; A-with-ring (Norwegian and Danish) |