]> git.eshelyaron.com Git - emacs.git/commit
Fix fill-paragraph in asm-mode
authorMattias M <mattias@marka.ee>
Thu, 28 Jan 2021 06:34:10 +0000 (07:34 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 28 Jan 2021 06:34:10 +0000 (07:34 +0100)
commite7e7ef15886ce28d1d1873164e7ee17a6a5878e0
treed83a593724600559cf09243d6a8bafb175e6e580
parent0870ebb3cbfcb097d85eea5eacaf992dd88ed204
Fix fill-paragraph in asm-mode

* lisp/progmodes/asm-mode.el: The value of fill-prefix ought to be nil
not "\t" so that fill-context-prefix can do its thing. In fact,
fill-prefix does not have to be set at all becuase asm-mode derives
from prog-mode and fill-prefix is set in simple.el.

* test/lisp/progmodes/asm-mode-tests.el: Add relevant test (bug#41064).

Copyright-paperwork-exempt: yes
lisp/progmodes/asm-mode.el
test/lisp/progmodes/asm-mode-tests.el