all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* morse.el: support for @
@ 2004-02-19 19:36 Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 2004-02-19 19:36 UTC (permalink / raw)


I have installed this; please holler if anyone disagrees.

2004-02-19  Simon Josefsson  <jas@extundo.com>

	* 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 <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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-19 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-19 19:36 morse.el: support for @ Simon Josefsson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.