summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/corfu-popupinfo.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 08e0246..9bdfbdf 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