mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Harmonize usage of mlreply, mlreplyt and nextarg based on actual needs (input always terminated either on meta or newline characters).
This commit is contained in:
2
eval.c
2
eval.c
@@ -1172,7 +1172,7 @@ char *getval(char *token)
|
||||
strcpy(token, getval(&token[1]));
|
||||
distmp = discmd; /* echo it always! */
|
||||
discmd = TRUE;
|
||||
status = getstring(token, buf, NSTRING, ctoec('\n'));
|
||||
status = getstring( token, buf, NSTRING, nlc) ;
|
||||
discmd = distmp;
|
||||
if (status == ABORT)
|
||||
return errorm;
|
||||
|
||||
Reference in New Issue
Block a user