From a9fd843b43c6f8dabe7976405c106616f3538c02 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 May 1994 19:55:33 +0000 Subject: [PATCH] (hide-sublevels): Typo in previous change. --- lisp/textmodes/ooutline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 9709fc0d309..c039fb0b295 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -379,7 +379,7 @@ while if FLAG is `\\^M' (control-M) the text is hidden." ;; Hide everything under that. (outline-flag-region (point) end ?\^M) ;; Show the first LEVELS levels under that. - (if (> levels 1) + (if (> levels 0) (show-children levels)) ;; Move to the next, since we already found it. (goto-char end))))) -- 2.39.5