comparison lisp/org/ChangeLog @ 109823:6452d50492bb

Fix some more Org `check-declare' issues. * ob.el: Require org when compiling. (org-save-outline-visibility): Remove macro declaration. * ob-emacs-lisp.el: Require ob-comint when compiling, for macros. Remove unnecessary/macro declarations. * org-docview.el: Require doc-view when compiling. (doc-view-goto-page): Autoload rather than declaring. (doc-view-current-page): Remove macro declaration.
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Aug 2010 19:44:25 -0700
parents 063e94b66261
children 80192451ba34
comparison
equal deleted inserted replaced
109822:23ac97042af1 109823:6452d50492bb
1 2010-08-18 Glenn Morris <rgm@gnu.org>
2
3 * ob.el: Require org when compiling.
4 (org-save-outline-visibility): Remove macro declaration.
5 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
6 Remove unnecessary/macro declarations.
7 * org-docview.el: Require doc-view when compiling.
8 (doc-view-goto-page): Autoload rather than declaring.
9 (doc-view-current-page): Remove macro declaration.
10
1 2010-08-17 Glenn Morris <rgm@gnu.org> 11 2010-08-17 Glenn Morris <rgm@gnu.org>
2 12
3 * ob.el (tramp-compat-make-temp-file, org-edit-src-code) 13 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
4 (org-entry-get, org-table-import): Fix declarations. 14 (org-entry-get, org-table-import): Fix declarations.
5 (org-match-string-no-properties): Remove unnecessary declaration. 15 (org-match-string-no-properties): Remove unnecessary declaration.