1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(morse-code): Add Norwegian non-ASCII characters.

This commit is contained in:
Simon Josefsson 2002-11-21 19:18:07 +00:00
parent 4203c128a6
commit 34c4c919b0

View File

@ -79,6 +79,7 @@
("9" . "----.")
;; Non-ASCII
("Ä" . ".-.-")
("Æ" . ".-.-")
("Á" . ".--.-")
("Å" . ".--.-")
;; ligature character?? ("Ch" . "----")
@ -86,6 +87,7 @@
("É" . "..-..")
("Ñ" . "--.--")
("Ö" . "---.")
("Ø" . "---.")
("Ü" . "..--"))
"Morse code character set.")