diff 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
line wrap: on
line diff
--- a/src/glyphs.c	Mon Aug 13 08:54:52 2007 +0200
+++ b/src/glyphs.c	Mon Aug 13 08:55:10 2007 +0200
@@ -386,6 +386,7 @@
 Lisp_Object
 make_string_from_file (Lisp_Object file)
 {
+  /* This function can call lisp */
   int count = specpdl_depth ();
   Lisp_Object temp_buffer;
   struct gcpro gcpro1;