aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ef1610..6fcf0db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
write-contents-functions instead of obsolete write-contents-hooks.
(eselect-mode-before-save): Call delete-trailing-whitespace which
exists in XEmacs 21.5.
+ (eselect-mode-make-keywords-list): Remove function.
+ (eselect-mode-font-lock-keywords): Inline its code. \< \> around
+ a regexp can be obtained via the paren option of regexp-opt.
2022-01-08 Ulrich Müller <ulm@gentoo.org>