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

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

[elpa] externals/corfu 59c412cecd 1/3: Fix latest commit


From: ELPA Syncer
Subject: [elpa] externals/corfu 59c412cecd 1/3: Fix latest commit
Date: Sat, 19 Nov 2022 23:57:26 -0500 (EST)

branch: externals/corfu
commit 59c412cecd009e606e9cf3cd16b295b368c514a6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix latest commit
---
 extensions/corfu-popupinfo.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 08e0246139..9bdfbdf0d1 100644
--- a/extensions/corfu-popupinfo.el
+++ b/extensions/corfu-popupinfo.el
@@ -157,11 +157,11 @@ all values are in pixels relative to the origin. See
                 ;; BUG: company-location may throw errors if location is not 
found
                 (loc (ignore-errors (funcall fun candidate)))
                 (buf (or (and (bufferp (car loc)) (car loc))
-                         (let ((inhibit-message . t)
-                               (enable-dir-local-variables . nil)
-                               (enable-local-variables . :safe)
-                               (non-essential . t)
-                               (delay-mode-hooks . t))
+                         (let ((inhibit-message t)
+                               (enable-dir-local-variables nil)
+                               (enable-local-variables :safe)
+                               (non-essential t)
+                               (delay-mode-hooks t))
                            (find-file-noselect (car loc) t)))))
       (unwind-protect
           (with-current-buffer buf



reply via email to

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