File: emacs.h

package info (click to toggle)
mono-debugger 0.60%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,556 kB
  • ctags: 22,787
  • sloc: ansic: 99,407; cs: 42,429; sh: 9,192; makefile: 376
file content (23 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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);
#endif /* _h_emacs_c */