- Thoughts and whitespace.
- Thoughts and whitespace.
- Thoughts and whitespace.
- Fixed the fix from the previous release, which is necessary for font-lock to be enable for Emacs 30 but keeps it from being enabled for older releases.
- Fixed an issue that prevented "Compile-Log" from being fontified in Emacs 30. 4a951af
At least Emacs 26.1 is required now.
- Fixed an issue that occurred when the init file is being
compiled during Emacs startup.
startup--load-user-init-file
bindsuser-init-file
to a special value to instructbyte-compile-file
to behave differently. We didn’t account for that, resulting in some other library that our advise loads (most likelycompile.el
) to be treated as the init file. #33 - When trying to remove an element from the mode-line, which happens to come last in a list, we ended up replacing it with nil, instead of completely removing it. 3899157