# HG changeset patch # User Dan Nicolaescu # Date 892063775 0 # Node ID 7669480e827df13e1071733f0190400b94ca8c48 # Parent a2a8f6772465db9e9b1d13bd39b571097bd8fe1d *** empty log message *** diff -r a2a8f6772465 -r 7669480e827d lisp/textmodes/outline.el --- a/lisp/textmodes/outline.el Wed Apr 08 19:07:45 1998 +0000 +++ b/lisp/textmodes/outline.el Wed Apr 08 19:29:35 1998 +0000 @@ -405,9 +405,10 @@ (end-of-line) (outline-discard-overlays (point) to 'outline) (if flag - (let ((o (make-overlay (point) to))) - (overlay-put o 'invisible 'outline) - (overlay-put o 'outline t))))) + (let ((o (make-overlay (point) to))) + (overlay-put o 'invisible 'outline) + (overlay-put o 'isearch-open-invisible + 'outline-isearch-open-invisible))))) (run-hooks 'outline-view-change-hook)) ;; Exclude from the region BEG ... END all overlays