home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
src
/
callint_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
771b
|
49 lines
/* Prototypes for functions defined in
callint.c
*/
extern int Vprefix_arg;
extern int Vcurrent_prefix_arg;
extern int Qminus;
extern int Qcall_interactively;
extern int Vcommand_history;
extern int Vcommand_debug_status;
extern int Qcommand_debug_status;
extern int Qenable_recursive_minibuffers;
extern int Vmark_even_if_inactive;
extern int Qlist;
extern int preserved_fns;
extern struct Lisp_Subr Sinteractive;
int Finteractive(int );
int quotify_arg(register int exp);
int quotify_args(int exp);
extern char * callint_argfuns[5];
void check_mark(void);
extern struct Lisp_Subr Scall_interactively;
int Fcall_interactively(int , int );
extern struct Lisp_Subr Sprefix_numeric_value;
int Fprefix_numeric_value(int );
int syms_of_callint(void);