]> git.eshelyaron.com Git - emacs.git/commit
Fix fix_command for non-symbol functions
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Aug 2022 14:18:21 +0000 (16:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Aug 2022 14:18:45 +0000 (16:18 +0200)
commit5025b2566e72ba37b62c2a00feef46268fc9f468
tree17434cc7080fb6544529ca28d0e097bc62288595
parent629f980fad0bee97ff63c5f684b472cc71061eea
Fix fix_command for non-symbol functions

* src/callint.c (fix_command): Don't bug out on commands that
aren't symbols (like lambdas, for instance).
src/callint.c