Merge branch 'maint'

This commit is contained in:
Bastien 2018-03-22 02:28:02 +01:00
commit 366d80a6f2
1 changed files with 2 additions and 2 deletions

View File

@ -2623,8 +2623,8 @@ Return t if successful."
(= top (point-at-bol))
(cdr (assq 'indent org-list-automatic-rules))
(if no-subtree
(error
"First item of list cannot move without its subtree")
(user-error
"At first item: use S-M-<left/right> to move the whole list")
t))))
;; Determine begin and end points of zone to indent. If moving
;; more than one item, save them for subsequent moves.