branch: externals/corfu
commit 446c6d311af75ef0c4d9d5dd399ffbe677038558
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Set inhibit-modification-hooks
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 0bfc143..aa34d28 100644
--- a/corfu.el
+++ b/corfu.el
@@ -243,7 +243,7 @@ Set to nil in order to disable confirmation."
                   right-margin-width nil
                   fringes-outside-margins 0
                   face-remapping-alist fr)
-      (let (inhibit-modification-hooks)
+      (let ((inhibit-modification-hooks t))
         (erase-buffer)
         (insert content)
         (goto-char (point-min))))

Reply via email to