branch: externals/vlf
commit 8ba5bead36598ab5c455a6e128ea202ca2db2a98
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    Don't run vlf-after-batch-functions hook in vlf-build-occur.
---
 vlf-occur.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlf-occur.el b/vlf-occur.el
index bfd8d6e..cea885e 100644
--- a/vlf-occur.el
+++ b/vlf-occur.el
@@ -249,8 +249,7 @@ in file: %s" total-matches line regexp file)
           (set-buffer-modified-p nil)
           (forward-char 2)
           (vlf-occur-mode))
-        (display-buffer occur-buffer))
-      (run-hook-with-args 'vlf-after-batch-functions 'occur))))
+        (display-buffer occur-buffer)))))
 
 (provide 'vlf-occur)
 

Reply via email to