Merge branch 'bugfix' into emacs-sync

This commit is contained in:
Kyle Meyer 2022-03-20 21:30:25 -04:00
commit 2f302c0cf4
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ nor a function, elements of KEYWORDS are used directly."
((functionp itemformat) (funcall itemformat keyword))
((stringp itemformat) (format itemformat keyword))
(t keyword))
(list 'funcall function keyword)
`(funcall #',function ,keyword)
:style (cond
((null selected) t)
((functionp selected) 'toggle)