]> code.delx.au - gnu-emacs-elpa/commitdiff
packages/transcribe.el: Fixed function calls
authorDavid Gonzalez Gandara <dggandara@member.fsf.org>
Tue, 3 May 2016 18:13:51 +0000 (20:13 +0200)
committerDavid Gonzalez Gandara <dggandara@member.fsf.org>
Tue, 3 May 2016 18:13:51 +0000 (20:13 +0200)
packages/transcribe/transcribe.el

index a2819faaa16b1de42874e88701bf6da5a8469dfe..983217bec86370c3a97244fd3c4f31ef071f942f 100644 (file)
     (define-key map (kbd "<f8>") 'emms-seek)
     (define-key map (kbd "<f9>") 'transcribe-xml-tag)
     (define-key map (kbd "<f10>") 'transcribe-xml-tag-person)
-    (define-key map (kbd "<f11>") 'transcribe-xml-l1)
-    (define-key map (kbd "<f12>") 'transcribe-xml-l2)
+    (define-key map (kbd "<f11>") 'transcribe-xml-tag-l1)
+    (define-key map (kbd "<f12>") 'transcribe-xml-tag-l2)
     map)
   "Keymap for Transcribe minor mode.")
 
     ["Add transcription header" NewEpisode]
     ["Add move attribute" transcribe-add-attribute-move]
     ["Add function attribute" transcribe-add-attribute-function]
-    ["Add L1 intervention" transcribe-xml-l1]
-    ["Add L2 intervention" transcribe-xml-l2]
+    ["Add L1 intervention" transcribe-xml-tag-l1]
+    ["Add L2 intervention" transcribe-xml-tag-l2]
     ["Add move" transcribe-xml-tag-person]
     "---"
     ["Play audio file" emms-play-file]