Mercurial > emacs
changeset 48496:07981d5d6992
(morse-code): Add Norwegian non-ASCII characters.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Thu, 21 Nov 2002 19:18:07 +0000 |
parents | 95f9bec21156 |
children | 016a2985b8c6 |
files | lisp/play/morse.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/morse.el Thu Nov 21 18:11:49 2002 +0000 +++ b/lisp/play/morse.el Thu Nov 21 19:18:07 2002 +0000 @@ -79,6 +79,7 @@ ("9" . "----.") ;; Non-ASCII ("Ä" . ".-.-") + ("Æ" . ".-.-") ("Á" . ".--.-") ("Å" . ".--.-") ;; ligature character?? ("Ch" . "----") @@ -86,6 +87,7 @@ ("É" . "..-..") ("Ñ" . "--.--") ("Ö" . "---.") + ("Ø" . "---.") ("Ü" . "..--")) "Morse code character set.")