소스 검색

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."