Revert "org.el: Fix `org-indent-region' bug in source block"

This reverts commit 321b119c44.
This commit is contained in:
Bastien 2020-02-09 17:48:19 +01:00
parent d20e45b187
commit a0f3bbd3c2
1 changed files with 1 additions and 1 deletions

View File

@ -19280,7 +19280,7 @@ indent. The function will not indent contents of example blocks,
verse blocks and export blocks as leading white spaces are
assumed to be significant there."
(interactive "r")
(save-window-excursion
(save-excursion
(goto-char start)
(skip-chars-forward " \r\t\n")
(unless (eobp) (beginning-of-line))