diff options
| author | Glenn Morris | 2010-08-17 19:44:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-08-17 19:44:25 -0700 |
| commit | eeb4145e4c212f0323a0b39c34ae6695cae6ff1b (patch) | |
| tree | 4033ef267864ab1ab25ab9ce315d8976b321707c /lisp/org/ChangeLog | |
| parent | cd24d7a9eb69b593552cca5663d079e3565f284b (diff) | |
| download | emacs-eeb4145e4c212f0323a0b39c34ae6695cae6ff1b.tar.gz emacs-eeb4145e4c212f0323a0b39c34ae6695cae6ff1b.zip | |
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.
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 9ebd951608e..5b650492442 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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) |