emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

morse.el: support for @


From: Simon Josefsson
Subject: morse.el: support for @
Date: Thu, 19 Feb 2004 20:36:35 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

I have installed this; please holler if anyone disagrees.

2004-02-19  Simon Josefsson  <address@hidden>

        * play/morse.el: Fix typo.
        (morse-code): Add @.

Index: morse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/morse.el,v
retrieving revision 1.7
diff -u -p -u -w -r1.7 morse.el
--- morse.el    1 Sep 2003 15:45:34 -0000       1.7
+++ morse.el    19 Feb 2004 19:33:52 -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 <address@hidden>
 ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]