0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-28 21:00:51 +00:00

org-list: fix code typo

This commit is contained in:
Nicolas Goaziou 2011-08-24 02:11:36 +02:00
parent f131417f7d
commit 0019b6f193

View file

@ -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))