diff options
| author | Simon Josefsson | 2002-11-21 19:18:07 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2002-11-21 19:18:07 +0000 |
| commit | 34c4c919b03429f4752aa9e4a70c49cc16330984 (patch) | |
| tree | 604cc71f51f95fb41125f5e9f3a1ad968fe267c3 | |
| parent | 4203c128a6cb57ab1c5e024131c4546d1a7dc5f1 (diff) | |
| download | emacs-34c4c919b03429f4752aa9e4a70c49cc16330984.tar.gz emacs-34c4c919b03429f4752aa9e4a70c49cc16330984.zip | |
(morse-code): Add Norwegian non-ASCII characters.
| -rw-r--r-- | lisp/play/morse.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index e9ff8552cc2..40fc4de1d9f 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el | |||
| @@ -79,6 +79,7 @@ | |||
| 79 | ("9" . "----.") | 79 | ("9" . "----.") |
| 80 | ;; Non-ASCII | 80 | ;; Non-ASCII |
| 81 | ("Ä" . ".-.-") | 81 | ("Ä" . ".-.-") |
| 82 | ("Æ" . ".-.-") | ||
| 82 | ("Á" . ".--.-") | 83 | ("Á" . ".--.-") |
| 83 | ("Å" . ".--.-") | 84 | ("Å" . ".--.-") |
| 84 | ;; ligature character?? ("Ch" . "----") | 85 | ;; ligature character?? ("Ch" . "----") |
| @@ -86,6 +87,7 @@ | |||
| 86 | ("É" . "..-..") | 87 | ("É" . "..-..") |
| 87 | ("Ñ" . "--.--") | 88 | ("Ñ" . "--.--") |
| 88 | ("Ö" . "---.") | 89 | ("Ö" . "---.") |
| 90 | ("Ø" . "---.") | ||
| 89 | ("Ü" . "..--")) | 91 | ("Ü" . "..--")) |
| 90 | "Morse code character set.") | 92 | "Morse code character set.") |
| 91 | 93 | ||