emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vlf 859c1e4 223/310: Fix hook names.


From: Stefan Monnier
Subject: [elpa] externals/vlf 859c1e4 223/310: Fix hook names.
Date: Sat, 28 Nov 2020 00:33:20 -0500 (EST)

branch: externals/vlf
commit 859c1e4c45fd5246929113fcf273bf0960d96bed
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    Fix hook names.
---
 vlf-occur.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlf-occur.el b/vlf-occur.el
index 5d6f5d8..bfd8d6e 100644
--- a/vlf-occur.el
+++ b/vlf-occur.el
@@ -134,7 +134,7 @@ Prematurely ending indexing will still show what's found so 
far."
           (run-hook-with-args 'vlf-before-batch-functions 'occur)
           (vlf-with-undo-disabled
            (vlf-build-occur regexp vlf-buffer))
-          (run-hook-with-args 'vlf-before-after-functions 'occur)))
+          (run-hook-with-args 'vlf-after-batch-functions 'occur)))
     (run-hook-with-args 'vlf-before-batch-functions 'occur)
     (let ((start-pos vlf-start-pos)
           (end-pos vlf-end-pos)
@@ -145,7 +145,7 @@ Prematurely ending indexing will still show what's found so 
far."
        (unwind-protect (vlf-build-occur regexp (current-buffer))
          (vlf-move-to-chunk start-pos end-pos)
          (goto-char pos))))
-    (run-hook-with-args 'vlf-before-after-functions 'occur)))
+    (run-hook-with-args 'vlf-after-batch-functions 'occur)))
 
 (defun vlf-build-occur (regexp vlf-buffer)
   "Build occur style index for REGEXP over VLF-BUFFER."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]