Browse Source

Keep byte compiler happy

Carsten Dominik 15 năm trước cách đây
mục cha
commit
177d69cd2c
3 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 1 1
      lisp/org-colview.el
  2. 3 0
      lisp/org-docview.el
  3. 1 0
      lisp/org-footnote.el

+ 1 - 1
lisp/org-colview.el

@@ -1387,7 +1387,7 @@ This will add overlays to the date lines, to show the summary for each day."
 				  nil '+ nil)
 			  x))
 		      org-columns-current-fmt-compiled))
-	 line c c1 stype calc sumfunc props lsum entries prop v)
+	 line c c1 stype calc sumfunc props lsum entries prop v title)
     (catch 'exit
       (when (delq nil (mapcar 'cadr fmt))
 	;; OK, at least one summation column, it makes sense to try this

+ 3 - 0
lisp/org-docview.el

@@ -47,6 +47,9 @@
 
 (require 'org)
 
+(declare-function doc-view-goto-page "doc-view" (page))
+(declare-function doc-view-current-page "doc-view"  (&optional win))
+
 (org-add-link-type "docview" 'org-docview-open)
 (add-hook 'org-store-link-functions 'org-docview-store-link)
 

+ 1 - 0
lisp/org-footnote.el

@@ -47,6 +47,7 @@
 (declare-function org-back-to-heading "org" (&optional invisible-ok))
 (declare-function org-end-of-subtree "org"  (&optional invisible-ok to-heading))
 (declare-function org-in-verbatim-emphasis "org" ())
+(declare-function org-inside-latex-macro-p "org" ())
 (defvar org-odd-levels-only) ;; defined in org.el
 
 (defconst org-footnote-re