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 >
C/C++ Source or Header  |  1996-09-28  |  771b  |  49 lines

  1. /* Prototypes for functions defined in
  2. callint.c
  3.  */
  4.  
  5. extern int Vprefix_arg;
  6.  
  7. extern int Vcurrent_prefix_arg;
  8.  
  9. extern int Qminus;
  10.  
  11. extern int Qcall_interactively;
  12.  
  13. extern int Vcommand_history;
  14.  
  15. extern int Vcommand_debug_status;
  16.  
  17. extern int Qcommand_debug_status;
  18.  
  19. extern int Qenable_recursive_minibuffers;
  20.  
  21. extern int Vmark_even_if_inactive;
  22.  
  23. extern int Qlist;
  24.  
  25. extern int preserved_fns;
  26.  
  27. extern struct Lisp_Subr Sinteractive;
  28.  
  29. int Finteractive(int );
  30.  
  31. int quotify_arg(register int exp);
  32.  
  33. int quotify_args(int exp);
  34.  
  35. extern char * callint_argfuns[5];
  36.  
  37. void check_mark(void);
  38.  
  39. extern struct Lisp_Subr Scall_interactively;
  40.  
  41. int Fcall_interactively(int , int );
  42.  
  43. extern struct Lisp_Subr Sprefix_numeric_value;
  44.  
  45. int Fprefix_numeric_value(int );
  46.  
  47. int syms_of_callint(void);
  48.  
  49.