+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
;;; 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
;;; 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:
("Ñ" . "--.--")
("Ö" . "---.")
("Ø" . "---.")
- ("Ü" . "..--"))
+ ("Ü" . "..--")
+ ;; Recently standardized
+ ("@" . ".--.-."))
"Morse code character set.")
;;;###autoload