mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Remove function pointer from key to bindable table.
Emphasize bindable functions in code. Use function name based prompts.
This commit is contained in:
2
exec.c
2
exec.c
@@ -511,7 +511,7 @@ int execproc( int f, int n) {
|
||||
char *name ;
|
||||
|
||||
/* find out what buffer the user wants to execute */
|
||||
status = newmlarg( &name, "Execute procedure: ", sizeof bufn - 2) ;
|
||||
status = newmlarg( &name, "execute-procedure: ", sizeof bufn - 2) ;
|
||||
if( status != TRUE)
|
||||
return status ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user