1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-31 02:00:47 +00:00

Don't run vlf-after-batch-functions hook in vlf-build-occur.

This commit is contained in:
Andrey Kotlarski 2014-02-23 17:18:07 +02:00
parent ee19f811ae
commit 8ba5bead36

View File

@ -249,8 +249,7 @@ in file: %s" total-matches line regexp file)
(set-buffer-modified-p nil) (set-buffer-modified-p nil)
(forward-char 2) (forward-char 2)
(vlf-occur-mode)) (vlf-occur-mode))
(display-buffer occur-buffer)) (display-buffer occur-buffer)))))
(run-hook-with-args 'vlf-after-batch-functions 'occur))))
(provide 'vlf-occur) (provide 'vlf-occur)