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:
6
bind.h
6
bind.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user