summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-01-02 19:07:58 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2011-02-18 12:45:09 +0100
commit884d983188a09c60787ba2035b4a4c577767a8ec (patch)
tree08accc2c402aee8c51dc5b6a4c5444aafaec0216
parentb37761715e893af0eeeb2fe7c2418bdcf5467558 (diff)
downloadorg-mode-884d983188a09c60787ba2035b4a4c577767a8ec.tar.gz
org-list: fix code typo
-rw-r--r--lisp/org-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 459656b..aa9a10a 100644
--- a/lisp/org-list.el
+++ b/lisp/org-list.el
@@ -1410,7 +1410,7 @@ previous items. See `org-list-struct-prev-alist'."
"Return point at end of sub-list ITEM belongs.
STRUCT is the structure of the list. PREVS is the alist of
previous items. See `org-list-struct-prev-alist'."
- (org-list-get-item-end (org-list-get-list-last item struct prevs) struct))
+ (org-list-get-item-end (org-list-get-last-item item struct prevs) struct))
(defun org-list-get-nth (n key struct)
"Return the Nth value of KEY in STRUCT."