Skip to Content.
Sympa Menu

emacspeak - [Emacspeak] Patch: fix typo in sound themes

Subject: Emacspeak discussion list

List archive

[Emacspeak] Patch: fix typo in sound themes


Chronological Thread 
  • From: Parham Doustdar <parham90 AT gmail.com>
  • To: Emacspeaks <emacspeak AT emacspeak.net>
  • Subject: [Emacspeak] Patch: fix typo in sound themes
  • Date: Thu, 22 Feb 2024 17:08:18 +0100

Hi,
Just noticed this typo which prevents changing sound themes from working.
Patch is below:
1 file changed, 1 insertion(+), 1 deletion(-)
lisp/emacspeak-sounds.el | 2 +-

modified lisp/emacspeak-sounds.el
@@ -194,7 +194,7 @@ icon-name as string."
(interactive
(list
(expand-file-name
- (completing-read "Theme: " '("ogg-3c" "ogg-chimes") nil 'must-match)
+ (completing-read "Theme: " '("ogg-3d" "ogg-chimes") nil 'must-match)
emacspeak-sounds-dir)))
(cl-declare (special emacspeak-play-program emacspeak-sounds-dir))
(emacspeak-sounds-cache-rebuild theme)




Archive powered by MHonArc 2.6.19+.

Top of Page