]> code.delx.au - gnu-emacs/blobdiff - lisp/play/morse.el
Merge from trunk.
[gnu-emacs] / lisp / play / morse.el
index b88f1b264cbf0b27106b263b240ef506a6b5da62..6bf34ddb85117bbebc42dc6f9113127b8ac3525f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; morse.el --- convert text to morse code and back             -*- coding: utf-8 -*-
 
-;; Copyright (C) 1995, 2001-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc.
 
 ;; Author: Rick Farnbach <rick_farnbach@MENTORG.COM>
 ;; Keywords: games
@@ -231,7 +231,7 @@ Geospatial-Intelligence Agency at http://www.nga.mil/")
        (if (null (looking-at "[a-z]+"))
            (forward-char 1)
          (setq str (buffer-substring (match-beginning 0) (match-end 0)))
-         (if (null (setq nato (rassoc str nato-alphabet)))
+         (if (null (setq nato (rassoc (capitalize str) nato-alphabet)))
              (goto-char (match-end 0))
            (replace-match
                  (if (string-equal "(" (car nato))