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

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

[nongnu] elpa/flx 1d86d3bc09 052/182: cache clearing advice should be "b


From: ELPA Syncer
Subject: [nongnu] elpa/flx 1d86d3bc09 052/182: cache clearing advice should be "before"
Date: Tue, 13 Dec 2022 03:59:27 -0500 (EST)

branch: elpa/flx
commit 1d86d3bc09cda270d4a36953d387c8099ca72a22
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    cache clearing advice should be "before"
    
    - advice for `ido-restrict-to-matches`
    
    #17
---
 flx-ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-ido.el b/flx-ido.el
index 89d17a1519..9ae2cc98d3 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -193,7 +193,7 @@ Remove flx properties after."
     (clrhash flx-ido-narrowed-matches-hash))
   ad-do-it)
 
-(defadvice ido-restrict-to-matches (after flx-ido-reset-hash activate)
+(defadvice ido-restrict-to-matches (before flx-ido-reset-hash activate)
   "Clear flx narrowed hash."
   (when flx-ido-mode
     (clrhash flx-ido-narrowed-matches-hash)))



reply via email to

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