mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-04 19:37:18 -05:00
12 lines
338 B
C
12 lines
338 B
C
/* 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) ;
|