Fix #213. You can now remove autoloaded functions.

Oddly enough, the code is here, but is internal function.
This commit is contained in:
Konrad Borowski
2013-10-12 21:55:11 +02:00
parent 97e731e05c
commit 1349d129c5
3 changed files with 5 additions and 5 deletions

View File

@@ -1339,7 +1339,7 @@ static int builtin_functions(parser_t &parser, wchar_t **argv)
{
int i;
for (i=woptind; i<argc; i++)
function_remove(argv[i]);
function_remove_ignore_autoload(argv[i]);
return STATUS_BUILTIN_OK;
}
else if (desc)