Keep byte compiler happy

This commit is contained in:
Carsten Dominik 2009-12-11 08:49:44 +01:00
parent cca684d177
commit 177d69cd2c
3 changed files with 5 additions and 1 deletions

View File

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

View File

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

View File

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