mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-26 15:04:04 -04:00
Review usage of mlreply/ macarg/ gettokval according to execution context.
This commit is contained in:
2
bind.c
2
bind.c
@@ -441,7 +441,7 @@ static unsigned int getckey( int mflag) {
|
||||
if( clexec) {
|
||||
char tok[ NSTRING] ; /* command incoming */
|
||||
|
||||
if( TRUE != macarg( tok, sizeof tok)) /* get the next token */
|
||||
if( TRUE != gettokval( tok, sizeof tok)) /* get the next token */
|
||||
c = 0 ; /* return dummy key on failure */
|
||||
else
|
||||
c = stock( tok) ;
|
||||
|
Reference in New Issue
Block a user