comparison src/glyphs.c @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents 859a2309aef8
children 56c54cf7c5b6
comparison
equal deleted inserted replaced
43:23cafc5d2038 44:8d2a9b52c682
384 /* utility function useful in retrieving data from a file. */ 384 /* utility function useful in retrieving data from a file. */
385 385
386 Lisp_Object 386 Lisp_Object
387 make_string_from_file (Lisp_Object file) 387 make_string_from_file (Lisp_Object file)
388 { 388 {
389 /* This function can call lisp */
389 int count = specpdl_depth (); 390 int count = specpdl_depth ();
390 Lisp_Object temp_buffer; 391 Lisp_Object temp_buffer;
391 struct gcpro gcpro1; 392 struct gcpro gcpro1;
392 Lisp_Object data; 393 Lisp_Object data;
393 394