diff options
| -rw-r--r-- | lisp/textmodes/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f175671e3f4..3c18eda2305 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -12436,7 +12436,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*" | |||
| 12436 | 12436 | ||
| 12437 | ;; Finish the buffer off and clean it up. | 12437 | ;; Finish the buffer off and clean it up. |
| 12438 | (switch-to-buffer-other-window out) | 12438 | (switch-to-buffer-other-window out) |
| 12439 | (indent-region (point-min) (point-max)) | 12439 | (indent-region (point-min) (point-max) nil) |
| 12440 | (save-buffer) | 12440 | (save-buffer) |
| 12441 | (goto-char (point-min)) | 12441 | (goto-char (point-min)) |
| 12442 | ))) | 12442 | ))) |