Add the "FUNSET" command to delete user-defined functions.

This commit is contained in:
Dianne Skoll
2022-10-12 14:12:13 -04:00
parent b77a261c87
commit dbe4c662c1
11 changed files with 79 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ CHANGES TO REMIND
%{name} or %*{name} that end up calling the function subst_name and using
its return value as the replacement for the substitution sequence.
- NEW FEATURE: remind: Add the FUNSET command to undefine a user-defined
function.
- BUG FIX: remind: Make MSF correctly format UTF-8 text and text with
embedded ANSI color-changing codes.