comparison src/emacsfns.h @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 52952cbfc5b5
children e70b3a057e12
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
1546 * (eg Qnil means stdout, not Vstandard_output, etc) */ 1546 * (eg Qnil means stdout, not Vstandard_output, etc) */
1547 void write_c_string (CONST char *s, Lisp_Object printcharfun); 1547 void write_c_string (CONST char *s, Lisp_Object printcharfun);
1548 /* Same goes for this function. */ 1548 /* Same goes for this function. */
1549 void write_string_1 (CONST Bufbyte *s, Bytecount size, 1549 void write_string_1 (CONST Bufbyte *s, Bytecount size,
1550 Lisp_Object printcharfun); 1550 Lisp_Object printcharfun);
1551 extern void print_cons (Lisp_Object, Lisp_Object, int);
1552 extern void print_vector (Lisp_Object, Lisp_Object, int);
1553 extern void print_string (Lisp_Object, Lisp_Object, int);
1551 void print_internal (Lisp_Object obj, 1554 void print_internal (Lisp_Object obj,
1552 Lisp_Object printcharfun, 1555 Lisp_Object printcharfun,
1553 int escapeflag); 1556 int escapeflag);
1554 extern Lisp_Object Vprint_level; 1557 extern Lisp_Object Vprint_level;
1555 extern Lisp_Object Vprint_length; 1558 extern Lisp_Object Vprint_length;