1
0
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:
2015-09-01 11:29:08 +08:00
parent 8d412dc388
commit c3f4666ff3
5 changed files with 19 additions and 17 deletions

2
bind.c
View File

@@ -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) ;