Remove intangible property from occur overlays.

This commit is contained in:
Craig Earls 2013-04-22 06:13:11 -07:00
parent 1761e6a447
commit 26fd5b26d8

View file

@ -130,8 +130,7 @@ When REGEX is nil, unhide everything, and remove higlight"
buffer-matches))))
(mapcar (lambda (ovl)
(overlay-put ovl ledger-occur-overlay-property-name t)
(overlay-put ovl 'invisible t)
(overlay-put ovl 'intangible t))
(overlay-put ovl 'invisible t))
(push (make-overlay (cadr (car(last buffer-matches)))
(point-max)
(current-buffer) t nil) overlays)))))