From: Simon Josefsson Date: Thu, 19 Feb 2004 19:36:36 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~7519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=507c5deb1e04694ed6c7393c54ebbacafc1062cd;p=emacs.git Fix typo. (morse-code): Add @. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b216f42651b..5376d1bb2ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-02-19 Simon Josefsson + + * play/morse.el: Fix typo. + (morse-code): Add @. + 2004-02-19 Glenn Morris * calendar/appt.el (appt-display-format): Change default to diff --git a/lisp/play/morse.el b/lisp/play/morse.el index cda88f4e640..ce4e4877e5e 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el @@ -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