From 0019b6f193754fbf7cf0e10f2c96baf108cfefa7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 24 Aug 2011 02:11:36 +0200 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 662e2f84b..9708c2045 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -1770,7 +1770,7 @@ the structure to be applied. The function will only modify parts of the list which have changed. Initial position of cursor is restored after the changes." - (let* ((origin (point-maker)) + (let* ((origin (point-marker)) (inlinetask-re (and (featurep 'org-inlinetask) (org-inlinetask-outline-regexp))) (item-re (org-item-re))