Return value of `org-cycle-item-indentation' was broken.

* org-list.el (org-cycle-item-indentation): Do return t if and only if
  cycling is possible and succeded.
This commit is contained in:
Nicolas Goaziou 2010-07-22 09:47:11 +02:00
parent a13ee91cbe
commit c4d0151b28
1 changed files with 2 additions and 2 deletions

View File

@ -920,8 +920,8 @@ Assumes cursor in item line."
(cond
((ignore-errors (org-indent-item 1)))
((ignore-errors (org-indent-item -1)))
(t (error "Cannot move item"))))))
t)
(t (error "Cannot move item"))))
t)))
;;; Bullets