jyp / boon

Ergonomic Command Mode for Emacs
GNU General Public License v3.0
323 stars 34 forks source link

Do not overwrite this-command in boon-quote-character and boon-c-god #120

Closed yantar92 closed 2 years ago

yantar92 commented 2 years ago

All the functions called boon-quote-character and boon-c-god have this-command variable set to boon-*, which is not always desired. This patch sets this-command as if the command called through boon were called directly. The actual boon command name will still be accessible using real-this-command.

jyp commented 2 years ago

Nice! Thanks a lot.