| 1 |
/* Automatically generated file, do not edit */ |
|---|
| 2 |
#ifndef _h_emacs_c |
|---|
| 3 |
#define _h_emacs_c |
|---|
| 4 |
protected el_action_t em_delete_or_list (EditLine *, int); |
|---|
| 5 |
protected el_action_t em_delete_next_word (EditLine *, int); |
|---|
| 6 |
protected el_action_t em_yank (EditLine *, int); |
|---|
| 7 |
protected el_action_t em_kill_line (EditLine *, int); |
|---|
| 8 |
protected el_action_t em_kill_region (EditLine *, int); |
|---|
| 9 |
protected el_action_t em_copy_region (EditLine *, int); |
|---|
| 10 |
protected el_action_t em_gosmacs_traspose (EditLine *, int); |
|---|
| 11 |
protected el_action_t em_next_word (EditLine *, int); |
|---|
| 12 |
protected el_action_t em_upper_case (EditLine *, int); |
|---|
| 13 |
protected el_action_t em_capitol_case (EditLine *, int); |
|---|
| 14 |
protected el_action_t em_lower_case (EditLine *, int); |
|---|
| 15 |
protected el_action_t em_set_mark (EditLine *, int); |
|---|
| 16 |
protected el_action_t em_exchange_mark (EditLine *, int); |
|---|
| 17 |
protected el_action_t em_universal_argument (EditLine *, int); |
|---|
| 18 |
protected el_action_t em_meta_next (EditLine *, int); |
|---|
| 19 |
protected el_action_t em_toggle_overwrite (EditLine *, int); |
|---|
| 20 |
protected el_action_t em_copy_prev_word (EditLine *, int); |
|---|
| 21 |
protected el_action_t em_inc_search_next (EditLine *, int); |
|---|
| 22 |
protected el_action_t em_inc_search_prev (EditLine *, int); |
|---|
| 23 |
#endif /* _h_emacs_c */ |
|---|