emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Fri, 21 Apr 2006 13:48:02 +0000

Index: emacs/lisp/textmodes/org.el
diff -u emacs/lisp/textmodes/org.el:1.88 emacs/lisp/textmodes/org.el:1.89
--- emacs/lisp/textmodes/org.el:1.88    Fri Apr 21 13:45:58 2006
+++ emacs/lisp/textmodes/org.el Fri Apr 21 13:48:00 2006
@@ -12436,7 +12436,7 @@
 
       ;; Finish the buffer off and clean it up.
       (switch-to-buffer-other-window out)
-      (indent-region (point-min) (point-max))
+      (indent-region (point-min) (point-max) nil)
       (save-buffer)
       (goto-char (point-min))
       )))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]