1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-04 11:30:43 +00:00
uemacs/bindable.h

12 lines
338 B
C
Raw Normal View History

/* functions that can be bound to keys or procedure names */
int quickexit( int f, int n) ;
int quit( int f, int n) ;
int ctlxlp( int f, int n) ;
int ctlxrp( int f, int n) ;
int ctlxe( int f, int n) ;
int ctrlg( int f, int n) ;
int nullproc( int f, int n) ;
int metafn( int f, int n) ;
int cex( int f, int n) ;
int unarg( int f, int n) ;