diff options
author | Mattias M <mattias@marka.ee> | 2021-01-28 07:34:10 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-01-28 07:34:10 +0100 |
commit | e7e7ef15886ce28d1d1873164e7ee17a6a5878e0 (patch) | |
tree | d83a593724600559cf09243d6a8bafb175e6e580 /lisp/emacs-lisp/autoload.el | |
parent | 0870ebb3cbfcb097d85eea5eacaf992dd88ed204 (diff) | |
download | emacs-e7e7ef15886ce28d1d1873164e7ee17a6a5878e0.tar.gz emacs-e7e7ef15886ce28d1d1873164e7ee17a6a5878e0.tar.bz2 emacs-e7e7ef15886ce28d1d1873164e7ee17a6a5878e0.zip |
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
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
0 files changed, 0 insertions, 0 deletions