Re: [PATCH] Improve code readability in org-set-font-lock-defaults

2021-04-26 Thread Bastien
Applied as 38842b2ff, thanks. Nick Savage writes: > I'm not sure what the appetite is for small changes like this, but I > have attached a small patch to improve readability in > org-set-font-lock-defaults. I was trying to understand how > org-emphasize worked and came across some code that I

[PATCH] Improve code readability in org-set-font-lock-defaults

2021-03-14 Thread Nick Savage
ect: [PATCH] Refactor org-set-font-lock-defaults to improve code readability * org.el (org-set-font-lock-defaults): Reduce number of local variables to improve code readability. --- lisp/org.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lisp/org.el b/lisp/org