Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-05-29 19:49:07 +02:00
commit 029b393032
1 changed files with 1 additions and 1 deletions

View File

@ -7726,7 +7726,7 @@ command."
(if (org-in-src-block-p) ",* " "* "))
(run-hooks 'org-insert-heading-hook))
((and itemp (not (equal arg '(4))))
((and itemp (not (member arg '((4) (16)))))
;; Insert an item
(org-insert-item))