]> git.notmuchmail.org Git - notmuch/commit - emacs/notmuch-tag.el
emacs: notmuch-tag--get-formats: silence byte-compiler
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 10 Jan 2021 14:00:49 +0000 (15:00 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 13 Jan 2021 11:16:38 +0000 (07:16 -0400)
commit9be8c6802fa5ce7fa61a2656daf337ac935da423
tree07fc3b72f23683f623e9a9ebc60a7f479b28bcf3
parent0067a43ea2ee554eafed1e1300a71259cd6b6a6d
emacs: notmuch-tag--get-formats: silence byte-compiler

`format-alist' is a global variable and the byte-compiler is unhappy
when a lexical function argument shadows a global (dynamic) binding.
emacs/notmuch-tag.el