# HG changeset patch # User Simon Josefsson # Date 1077219352 0 # Node ID 58125578390a32f081dfd9a3fcfb80edcd27b9f0 # Parent 3e751a748427ae68e32cc9d4a36aa098b0a1177c Fix typo. (morse-code): Add @. diff -r 3e751a748427 -r 58125578390a lisp/play/morse.el --- a/lisp/play/morse.el Thu Feb 19 11:12:36 2004 +0000 +++ b/lisp/play/morse.el Thu Feb 19 19:35:52 2004 +0000 @@ -1,6 +1,6 @@ ;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- -;; Copyright (C) 1995, 2002 Free Software Foundation, Inc. +;; Copyright (C) 1995, 2002, 2004 Free Software Foundation, Inc. ;; Author: Rick Farnbach ;; Keywords: games @@ -24,7 +24,7 @@ ;;; Commentary: -;; Converts text to Morse code and back with M-x morese-region and +;; Converts text to Morse code and back with M-x morse-region and ;; M-x unmorse-region (though Morse code is no longer official :-(). ;;; Code: @@ -88,7 +88,9 @@ ("Ñ" . "--.--") ("Ö" . "---.") ("Ø" . "---.") - ("Ü" . "..--")) + ("Ü" . "..--") + ;; Recently standardized + ("@" . ".--.-.")) "Morse code character set.") ;;;###autoload