memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 6cc340f3b4e4294d56fcc5bb90e2c26978c1a454
parent f9817cf817ed8337bfa55e30e7d32d5d1a74c2c7
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 18 Oct 2020 17:38:27 +0200

Remove an itch

Scratched by Stefan Monnier in 3b3274a85c (2020-10-16 "*
lisp/progmodes/python.el: Teach f-strings to `font-lock`") to fix
bug#30750.

Diffstat:
Mitches/emacs/language-support.org | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org @@ -9,8 +9,6 @@ Default to "mixed" (rely on tests to ensure user-visible change). **** TODO create variable to choose style Users could customize it or set it with directory-local variables. *** TODO add heuristic to pick the "right" style -** Fontify f-strings -E.g. =f'an {expression} that should be highlighted'=. * Shell scripts