Mercurial > emacs
view lisp/toolbar/exit.xpm @ 32065:4f8ce7eb45a5
(wrong_type_argument): Remove NO_RETURN, the function can
return with a string converted to an integer or vice versa when
Vmocklisp_arguments is t.
(Fsignal): Likewise. The function can return for `quit'.
(struct gcpro): Declare member `var' to point to a volatile
Lisp_Object.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 02 Oct 2000 11:11:12 +0000 |
parents | f115e74e9dd1 |
children | 03a8b6779868 |
line wrap: on
line source
/* XPM */ static char * tb_exit_xpm[] = { "24 24 13 1", " c None", ". c #000000", "+ c #E4E4DC", "@ c #BE7579", "# c #C67D81", "$ c #2D2D2D", "% c #8A4D4F", "& c #9E575B", "* c #A75E5F", "= c #AF6668", "- c #B66D71", "; c #CD8689", "> c #080808", " ", " ", " ", " ", " ", " ......... ", " .++++++.. ", " .++++++.. ", " ...++++++.. ", " .@.++++++.. ", " ......@#.++$.+.. ", " .%&*=-@#;.+.$+.. ", " .%&*=-@#;.++++.. ", " ......@#.+++++.. ", " .@.++++++.. ", " ...++++++.. ", " .++++.... ", " .++...... ", " ...>>>>>> ", " ", " ", " ", " ", " "};