mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
10 lines
200 B
C
10 lines
200 B
C
#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) ;
|