소스 검색

Keep byte-compiler happy

Nicolas Goaziou 14 년 전
부모
커밋
51946c36d7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-list.el

+ 1 - 0
lisp/org-list.el

@@ -102,6 +102,7 @@
 (declare-function org-current-level "org" ())
 (declare-function org-entry-get "org"
 		  (pom property &optional inherit literal-nil))
+(declare-function org-fix-tags-on-the-fly "org" ())
 (declare-function org-get-indentation "org" (&optional line))
 (declare-function org-icompleting-read "org" (&rest args))
 (declare-function org-in-regexp "org" (re &optional nlines visually))