Mercurial > hg > xemacs-beta
diff src/glyphs.c @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 7df0dd720c89 |
children | e11d67e05968 |
line wrap: on
line diff
--- a/src/glyphs.c Mon Aug 13 10:33:19 2007 +0200 +++ b/src/glyphs.c Mon Aug 13 10:34:13 2007 +0200 @@ -142,8 +142,8 @@ return (decode_image_instantiator_format (format, ERROR_ME_NOT) != 0); } -DEFUN ("valid-image-instantiator-format-p", - Fvalid_image_instantiator_format_p, 1, 1, 0, /* +DEFUN ("valid-image-instantiator-format-p", Fvalid_image_instantiator_format_p, + 1, 1, 0, /* Given an IMAGE-INSTANTIATOR-FORMAT, return non-nil if it is valid. Valid formats are some subset of 'nothing, 'string, 'formatted-string, 'xpm, 'xbm, 'xface, 'gif, 'jpeg, 'png, 'tiff, 'cursor-font, 'font, @@ -155,8 +155,8 @@ Qt : Qnil; } -DEFUN ("image-instantiator-format-list", - Fimage_instantiator_format_list, 0, 0, 0, /* +DEFUN ("image-instantiator-format-list", Fimage_instantiator_format_list, + 0, 0, 0, /* Return a list of valid image-instantiator formats. */ ()) @@ -184,8 +184,8 @@ return &decode_console_type (console_type, ERROR_ME)->image_conversion_list; } -DEFUN ("set-console-type-image-conversion-list", - Fset_console_type_image_conversion_list, 2, 2, 0, /* +DEFUN ("set-console-type-image-conversion-list", Fset_console_type_image_conversion_list, + 2, 2, 0, /* Set the image-conversion-list for consoles of the given TYPE. The image-conversion-list specifies how image instantiators that are strings should be interpreted. Each element of the list should be @@ -252,8 +252,8 @@ return list; } -DEFUN ("console-type-image-conversion-list", - Fconsole_type_image_conversion_list, 1, 1, 0, /* +DEFUN ("console-type-image-conversion-list", Fconsole_type_image_conversion_list, + 1, 1, 0, /* Return the image-conversion-list for devices of the given TYPE. The image-conversion-list specifies how to interpret image string instantiators for the specified console type. See @@ -3143,7 +3143,7 @@ IIFORMAT_VALID_KEYWORD (xpm, Q_data, check_valid_string); IIFORMAT_VALID_KEYWORD (xpm, Q_file, check_valid_string); IIFORMAT_VALID_KEYWORD (xpm, Q_color_symbols, check_valid_xpm_color_symbols); -#endif +#endif /* HAVE_XPM */ } void @@ -3207,7 +3207,7 @@ \"foreground\" and \"background\" to be the colors of the `default' face. */ ); Vxpm_color_symbols = Qnil; /* initialized in x-faces.el */ -#endif +#endif /* HAVE_XPM */ } void