]> gitweb.factorcode.org Git - factor.git/commit
FUEL: make `fuel-refactor-inline-word` work with hyphenated words
authortimor <timor.dd@googlemail.com>
Tue, 11 Jun 2019 13:17:35 +0000 (15:17 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jun 2019 13:50:31 +0000 (06:50 -0700)
commit13b0da91827403c52a9cc11243407f95e528ef9b
tree96d30859f3a6522fb038b270f734a0f086c4e55c
parent4a7644e5094b7cef04d4576f8d03e4b8eebfce80
FUEL: make `fuel-refactor-inline-word` work with hyphenated words

The emacs command `kill-word`, used by `fuel-factor-inline-word` does not
delete the complete word if that contains hyphens.  Using `kill-sexps` instead
exhibits correct behavior.
misc/fuel/fuel-refactor.el