# HG changeset patch # User Richard M. Stallman # Date 768081333 0 # Node ID 00e2b88a5a8b82f9854da50b30148cf9e1a251bf # Parent 836cfa8829a71fc86ab22bff535c294669bee7e4 (hide-sublevels): Typo in previous change. diff -r 836cfa8829a7 -r 00e2b88a5a8b lisp/textmodes/ooutline.el --- a/lisp/textmodes/ooutline.el Wed May 04 19:51:18 1994 +0000 +++ b/lisp/textmodes/ooutline.el Wed May 04 19:55:33 1994 +0000 @@ -379,7 +379,7 @@ ;; 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)))))