Procházet zdrojové kódy

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

This reverts commit 321b119c4418de816a55f42e17c4db6e796df1cd.
Bastien před 5 roky
rodič
revize
a0f3bbd3c2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -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))