mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Bindable functions take a boolean as flag.
Emphasize which one always return TRUE. Use mloutfail() to introduce consistency when a function fails with error message.
This commit is contained in:
14
bindable.h
14
bindable.h
@@ -1,18 +1,16 @@
|
||||
/* bindable.h -- misc bindable functions */
|
||||
|
||||
#ifndef _BINDABLE_H_
|
||||
#define _BINDABLE_H_
|
||||
|
||||
#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) ;
|
||||
BBINDABLE( ctlxe) ;
|
||||
BBINDABLE( ctlxlp) ;
|
||||
BBINDABLE( ctlxrp) ;
|
||||
BINDABLE( ctrlg) ; /* ABORT */
|
||||
BINDABLE( quickexit) ;
|
||||
BINDABLE( quit) ;
|
||||
|
||||
#endif
|
||||
|
||||
/* end of bindable.h */
|
||||
|
||||
Reference in New Issue
Block a user