1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

bind: code review and minor refactoring.

basic: minor reformatting.
This commit is contained in:
2021-08-09 15:24:33 +08:00
parent eaf516110f
commit 720603ac8e
3 changed files with 199 additions and 199 deletions

6
bind.h
View File

@@ -1,3 +1,5 @@
/* bind.h -- bindable functions dealing with name and key bindings */
#ifndef _BIND_H_
#define _BIND_H_
@@ -14,6 +16,8 @@ BINDABLE( unbindkey) ;
int startup( const char *fname) ;
/* find a key to function association in the key to function mapping table */
const char *transbind( char *skey) ; /* by string representation of key */
const char *transbind( char *skey) ; /* by string representation of key */
#endif
/* end of bind.h */