summaryrefslogtreecommitdiff
path: root/lisp/org-list.el
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2008-11-08 22:00:03 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2008-11-08 22:00:03 +0100
commit83419fc6d83bf4007242718c2eb68ec02718a494 (patch)
treee5e2455855146f93bf424c72f6b9eab599764f6e /lisp/org-list.el
parenteca65008c2d303a58f5446b1c3fef24e7013124b (diff)
Implement changes from downstream Emacs.
These are changes that where made in the Emacs CVS. The change in org-publish is not final, it is still being discussed - however, the current change should make it possible to compile and run the code with the latest CVS version of Emacs.
Diffstat (limited to 'lisp/org-list.el')
-rw-r--r--lisp/org-list.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index f176d3136..98fe2d9f1 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -38,8 +38,8 @@
(declare-function org-invisible-p "org" ())
(declare-function org-on-heading-p "org" (&optional invisible-ok))
-(declare-function outline-next-heading "org" ())
-(declare-function outline-back-to-heading "org" (&optional invisible-ok))
+(declare-function outline-next-heading "outline" ())
+(declare-function outline-back-to-heading "outline" (&optional invisible-ok))
(declare-function org-back-to-heading "org" (&optional invisible-ok))
(declare-function org-back-over-empty-lines "org" ())
(declare-function org-skip-whitespace "org" ())