]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorSimon Josefsson <jas@extundo.com>
Thu, 19 Feb 2004 19:36:36 +0000 (19:36 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 19 Feb 2004 19:36:36 +0000 (19:36 +0000)
(morse-code): Add @.

lisp/ChangeLog
lisp/play/morse.el

index b216f42651b11ff2aeb08bce4dd7917590362439..5376d1bb2ba523554f0fbcb9b9530dce1de89a73 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-19  Simon Josefsson  <jas@extundo.com>
+
+       * play/morse.el: Fix typo.
+       (morse-code): Add @.
+
 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/appt.el (appt-display-format): Change default to
index cda88f4e64085ffec87d9ecc3bf0355aefdb25dd..ce4e4877e5e179bbd19488e91721f508517f0364 100644 (file)
@@ -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 <rick_farnbach@MENTORG.COM>
 ;; 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