mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 23:36:23 -05:00
Renaud Fivet
b4d69118f5
Finish tagging BBINDABLE functions. Modify forward-character to handle combined Unicode. Bump up version number and set default program name as 'ue'.
12 lines
192 B
C
12 lines
192 B
C
/* isearch.h -- incremental search */
|
|
#ifndef __ISEARCH_H__
|
|
#define __ISEARCH_H__
|
|
|
|
#include "names.h" /* BINDABLE */
|
|
|
|
BINDABLE( risearch) ;
|
|
BINDABLE( fisearch) ;
|
|
|
|
#endif
|
|
/* end of isearch */
|