]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Wed, 8 Apr 1998 19:29:35 +0000 (19:29 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Wed, 8 Apr 1998 19:29:35 +0000 (19:29 +0000)
lisp/textmodes/outline.el

index 07b704cc2dfabb37ae2f17801a3e47260f0f5109..1967d3d96495991f62a3cefb41632703682ba980 100644 (file)
@@ -405,9 +405,10 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden."
       (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