Remove intangible property from occur overlays.
This commit is contained in:
parent
1761e6a447
commit
26fd5b26d8
1 changed files with 1 additions and 2 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue