]> git.eshelyaron.com Git - emacs.git/commit
Fix Morse for non-ASCII letters
authorMattias Engdegård <mattiase@acm.org>
Thu, 17 Jun 2021 09:18:46 +0000 (11:18 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 18 Jun 2021 13:01:03 +0000 (15:01 +0200)
commitac73d77cedf2095db198219746f1607b61b1b582
treecf1688570b00bee4395c9d0cd001342df35f143e
parent6af9f1f3efc98f3ad736db9e2cf6dfb63bf7e3ff
Fix Morse for non-ASCII letters

* lisp/play/morse.el (morse-code): Downcase letters in the table
because they must match downcased input.
lisp/play/morse.el