* lisp/mail/supercite.el (sc-select-attribution): Fix lexical conversion
Mark `citation` and `attribution` as dynamically scoped around `sc-attribs-postselect-hook`, as documented in the function's docstring.
This commit is contained in:
parent
39ebc2689b
commit
1cf03f290b
1 changed files with 2 additions and 0 deletions
|
@ -1128,6 +1128,8 @@ selection but before querying is performed. During
|
|||
auto-selected citation string and the variable `attribution' is bound
|
||||
to the auto-selected attribution string."
|
||||
(run-hooks 'sc-attribs-preselect-hook)
|
||||
(with-suppressed-warnings ((lexical citation attribution))
|
||||
(defvar citation) (defvar attribution))
|
||||
(let ((query-p sc-confirm-always-p)
|
||||
attribution citation
|
||||
(attriblist sc-preferred-attribution-list))
|
||||
|
|
Loading…
Add table
Reference in a new issue