Browse Source

ox-beamer: Silence byte-compiler

* lisp/ox-beamer.el (org-beamer-export-block): Silence byte-compiler.
Nicolas Goaziou 9 years ago
parent
commit
6ea83b5660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-beamer.el

+ 1 - 1
lisp/ox-beamer.el

@@ -285,7 +285,7 @@ a communication channel."
 
 ;;;; Export Block
 
-(defun org-beamer-export-block (export-block contents _info)
+(defun org-beamer-export-block (export-block _contents _info)
   "Transcode an EXPORT-BLOCK element into Beamer code.
 CONTENTS is nil.  INFO is a plist used as a communication
 channel."