mirror of
https://github.com/rfivet/uemacs.git
synced 2025-02-20 23:17:13 -05:00
Prefix number argument to execute-command-line is used as iteration count.
This commit is contained in:
parent
247fcfdfb8
commit
8597e3adcd
5
exec.c
5
exec.c
@ -129,7 +129,10 @@ int execcmd(int f, int n)
|
||||
return status;
|
||||
|
||||
execlevel = 0;
|
||||
return docmd(cmdstr);
|
||||
while( status == TRUE && n-- > 0)
|
||||
status = docmd( cmdstr) ;
|
||||
|
||||
return status ;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user