]> git.eshelyaron.com Git - emacs.git/commitdiff
(hide-sublevels): Typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 19:55:33 +0000 (19:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 19:55:33 +0000 (19:55 +0000)
lisp/textmodes/ooutline.el

index 9709fc0d3092a2104c128cf9b8cd08f18a82fd26..c039fb0b295dadb81986921136a789c2db4d5b63 100644 (file)
@@ -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)))))