branch: externals/corfu
commit 59c412cecd009e606e9cf3cd16b295b368c514a6
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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