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

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

[elpa] externals/corfu 446c6d3: Set inhibit-modification-hooks


From: Protesilaos Stavrou
Subject: [elpa] externals/corfu 446c6d3: Set inhibit-modification-hooks
Date: Tue, 11 May 2021 12:30:22 -0400 (EDT)

branch: externals/corfu
commit 446c6d311af75ef0c4d9d5dd399ffbe677038558
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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