new readline command `export-completions'; update documentation; update translations with new strings; Makefile updates

This commit is contained in:
Chet Ramey
2024-11-21 10:31:38 -05:00
parent fa68e6da80
commit 22417e7881
104 changed files with 23828 additions and 18845 deletions
+2 -2
View File
@@ -4277,13 +4277,13 @@ fix_assignment_words (WORD_LIST *words)
{
WORD_LIST *w, *wcmd;
struct builtin *b;
int assoc, global, array, integer;
int assoc, global, array;
if (words == 0)
return;
b = 0;
assoc = global = array = integer = 0;
assoc = global = array = 0;
/* Skip over assignment statements preceding a command name */
wcmd = words;