Ver Fonte

ox-beamer: Silence byte-compiler

* lisp/ox-beamer.el (org-beamer-export-block): Silence byte-compiler.
Nicolas Goaziou há 10 anos atrás
pai
commit
6ea83b5660
1 ficheiros alterados com 1 adições e 1 exclusões
  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."