diff options
Diffstat (limited to 'lisp/ldg-occur.el')
-rw-r--r-- | lisp/ldg-occur.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ldg-occur.el b/lisp/ldg-occur.el index c14ddc84..3ae1ea17 100644 --- a/lisp/ldg-occur.el +++ b/lisp/ldg-occur.el @@ -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))))) |