瀏覽代碼

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))