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