uemacs/bindable.h

10 lines
200 B
C
Raw Normal View History

#include "names.h"
/* functions that can be bound to keys or procedure names */
BINDABLE( quickexit) ;
BINDABLE( quit) ;
BINDABLE( ctlxlp) ;
BINDABLE( ctlxrp) ;
BINDABLE( ctlxe) ;
BINDABLE( ctrlg) ;