浏览代码

ox-html: Silence byte-compiler

Nicolas Goaziou 9 年之前
父节点
当前提交
f07580066e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -3117,7 +3117,7 @@ contextual information."
 
 ;; Planning
 
-(defun org-html-planning (planning _contents _info)
+(defun org-html-planning (planning _contents info)
   "Transcode a PLANNING element from Org to HTML.
 CONTENTS is nil.  INFO is a plist used as a communication
 channel."