]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/transcribe/transcribe.el
Merge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper
[gnu-emacs-elpa] / packages / transcribe / transcribe.el
index 2cf049446c73cb723f0f4b27ea5d8be6d0679751..de9736e66fec8367fde96ab0631fd3ea3d872c40 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright 2014-2015  Free Software Foundation, Inc.
 
 ;; Author: David Gonzalez Gandara <dggandara@member.fsf.org>
-;; version: 0.5.0
+;; Version: 0.5.0
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
   " 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))
 )
 
-;;;; ChangeLog:
-
-;; 2015-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-;; 
-;;     * transcribe.el: Add `provide' statement
-;; 
-;; 2015-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
-;; 
-;;     * transcribe.el: Fix up formatting and copyright
-;; 
-;; 2015-11-29  David Gonzalez Gandara  <dggandara@member.fsf.org>
-;; 
-;;     Added some usage information
-;; 
-;; 2015-11-29  David Gonzalez Gandara  <dggandara@member.fsf.org>
-;; 
-;;     Package transcribe added
-;; 
-
-
 (provide 'transcribe)
 
-;;; transcribe.el ends here
\ No newline at end of file
+;;; transcribe.el ends here