mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / cmd-line-utils / libedit / emacs.h
blob1f5ce3f16e9840184c59f71e758d0e60dbf45377
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_transpose (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 protected el_action_t em_delete_prev_char (EditLine *, Int);
24 #endif /* _h_emacs_c */