Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-10-28 09:53:42 +01:00
commit dca85fec62
1 changed files with 1 additions and 1 deletions

View File

@ -22152,7 +22152,7 @@ hierarchy of headlines by UP levels before marking the subtree."
(let ((line-end (org-current-line end)))
(goto-char start)
(while (< (org-current-line) line-end)
(cond ((org-in-src-block-p) (org-src-native-tab-command-maybe))
(cond ((org-in-src-block-p t) (org-src-native-tab-command-maybe))
(t (call-interactively 'org-indent-line)))
(move-beginning-of-line 2)))))