소스 검색

Silence byte-compiler

Nicolas Goaziou 7 년 전
부모
커밋
18ee77f62a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -21070,7 +21070,7 @@ context.  See the individual commands for more information."
   (interactive)
   (org-return t))
 
-(defun org-ctrl-c-tab (&optional arg)
+(defun org-ctrl-c-tab (&optional _arg)
   "Toggle columns width in a table, or show children.
 Call `org-table-toggle-column-width' if point is in a table.
 Otherwise, call `org-show-children'."