aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ooutline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el
index 7374d4c0bda..399c5017ab1 100644
--- a/lisp/textmodes/ooutline.el
+++ b/lisp/textmodes/ooutline.el
@@ -419,7 +419,7 @@ while if FLAG is `\\^M' (control-M) the text is hidden."
419 (outline-next-heading)) 419 (outline-next-heading))
420 (if (memq (preceding-char) '(?\n ?\^M)) 420 (if (memq (preceding-char) '(?\n ?\^M))
421 (progn 421 (progn
422 ;; got to end of line before heading 422 ;; Go to end of line before heading
423 (forward-char -1) 423 (forward-char -1)
424 (if (memq (preceding-char) '(?\n ?\^M)) 424 (if (memq (preceding-char) '(?\n ?\^M))
425 ;; leave blank line before heading 425 ;; leave blank line before heading