emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transcribe 580652e 09/27: * /transcribe/transcribe.el:


From: Stefan Monnier
Subject: [elpa] externals/transcribe 580652e 09/27: * /transcribe/transcribe.el: Fix unworking keys
Date: Tue, 1 Dec 2020 17:33:47 -0500 (EST)

branch: externals/transcribe
commit 580652e22e9d6513cf5af07d91e9ccdb25e9da91
Author: David Gonzalez Gandara <dggandara@member.fsf.org>
Commit: David Gonzalez Gandara <dggandara@member.fsf.org>

    * /transcribe/transcribe.el: Fix unworking keys
---
 transcribe.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/transcribe.el b/transcribe.el
index 9948dd9..2f4f836 100644
--- a/transcribe.el
+++ b/transcribe.el
@@ -110,15 +110,15 @@
   " Transcribe"
   '(([?\C-x ?\C-p] . emms-play-file)
     ([?\C-x ?\C-a] . transcribe-analyze-episode)
-    ([?\C-x ?\C-n] . 'NewEpisode)
+    ([?\C-x ?\C-n] . NewEpisode)
     ([?\C-x down] . emms-stop)
     ([?\C-x right] . emms-seek-forward)
     ([?\C-x left] . emms-seek-backward)
     ([f5] . emms-pause)
     ([f6] . transcribe-define-xml-tag)
-    ([f7] . 'transcribe-xml-tag-l2-break)
+    ([f7] . transcribe-xml-tag-l2-break)
     ([f8] . emms-seek)
-    ([f4] . 'transcribe-set-atributes)
+    ([f4] . transcribe-set-atributes)
     ([f11] . transcribe-xml-tag-l1)
     ([f12] . transcribe-xml-tag-l2))
 )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]