From 884d983188a09c60787ba2035b4a4c577767a8ec Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 2 Jan 2011 19:07:58 +0100 Subject: [PATCH] org-list: fix code typo --- lisp/org-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 459656b7c..aa9a10ad2 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." -- 2.11.4.GIT