changeset 57527:21785c190853

(hide-other): Call outline-up-heading with INVISIBLE-OK=t.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Oct 2004 15:33:59 +0000
parents d0bca414ad07
children c39903008a0d
files lisp/outline.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/outline.el	Sat Oct 16 15:32:14 2004 +0000
+++ b/lisp/outline.el	Sat Oct 16 15:33:59 2004 +0000
@@ -808,7 +808,7 @@
     (save-excursion
       (outline-back-to-heading t)
       (show-entry)
-      (while (condition-case nil (progn (outline-up-heading 1) (not (bobp)))
+      (while (condition-case nil (progn (outline-up-heading 1 t) (not (bobp)))
 	       (error nil))
 	(outline-flag-region (1- (point))
 			     (save-excursion (forward-line 1) (point))