From: Richard M. Stallman Date: Sat, 16 Oct 2004 15:33:59 +0000 (+0000) Subject: (hide-other): Call outline-up-heading with INVISIBLE-OK=t. X-Git-Tag: ttn-vms-21-2-B4~4542 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e32922db2eb001674aea51b4dd1ce59efe8a74d;p=emacs.git (hide-other): Call outline-up-heading with INVISIBLE-OK=t. --- diff --git a/lisp/outline.el b/lisp/outline.el index 0f7d3b627b0..2d2663b12f2 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -808,7 +808,7 @@ Show the heading too, if it is currently invisible." (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))