]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-company.el
emacs: Remove notmuch-setq-local
[notmuch] / emacs / notmuch-company.el
index 24e7446c81bf3b97d9ead8d906f3976bbd507c41..9ee8ceca2922076ce3e459f098939c0e3025c289 100644 (file)
@@ -62,7 +62,7 @@
   ;; internal completion) can still be accessed via standard company
   ;; functions, e.g., company-complete.
   (unless (eq notmuch-address-command 'internal)
-    (notmuch-setq-local company-idle-delay nil)))
+    (setq-local company-idle-delay nil)))
 
 ;;;###autoload
 (defun notmuch-company (command &optional arg &rest _ignore)