Mercurial > hg > xemacs-beta
diff src/glyphs-x.c @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | 8619ce7e4c50 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/src/glyphs-x.c Mon Aug 13 09:21:56 2007 +0200 +++ b/src/glyphs-x.c Mon Aug 13 09:23:06 2007 +0200 @@ -387,6 +387,7 @@ simple_image_type_normalize (Lisp_Object inst, Lisp_Object console_type, Lisp_Object image_type_tag) { + /* This function can call lisp */ Lisp_Object file = Qnil; struct gcpro gcpro1, gcpro2; Lisp_Object alist = Qnil; @@ -2976,6 +2977,7 @@ static Lisp_Object xface_normalize (Lisp_Object inst, Lisp_Object console_type) { + /* This funcation can call lisp */ Lisp_Object file = Qnil, mask_file = Qnil; struct gcpro gcpro1, gcpro2, gcpro3; Lisp_Object alist = Qnil;