Mercurial > hg > xemacs-beta
diff src/glyphs-x.c @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 1a767b41a199 |
children | 56c54cf7c5b6 |
line wrap: on
line diff
--- a/src/glyphs-x.c Mon Aug 13 08:54:52 2007 +0200 +++ b/src/glyphs-x.c Mon Aug 13 08:55:10 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; @@ -2974,6 +2975,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;