X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;fp=emacs%2Fnotmuch-address.el;h=34793dbec99e235ae863ae63dbc6d79881ce3efb;hb=e41c2d3a767c290c3b963b52447bb10028918059;hp=10eaab196267bbad86c967e1318ea6083a577b44;hpb=ae0745dae15a6a3ba3a9465b4ff2036ae2610031;p=notmuch diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index 10eaab19..34793dbe 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -136,11 +136,11 @@ toggles the setting in this buffer." (interactive) (if (local-variable-p 'notmuch-address-command) (kill-local-variable 'notmuch-address-command) - (setq-local notmuch-address-command 'internal)) + (notmuch-setq-local notmuch-address-command 'internal)) (if (boundp 'company-idle-delay) (if (local-variable-p 'company-idle-delay) (kill-local-variable 'company-idle-delay) - (setq-local company-idle-delay nil)))) + (notmuch-setq-local company-idle-delay nil)))) (defun notmuch-address-matching (substring) "Returns a list of completion candidates matching SUBSTRING.