Mercurial > emacs
view lisp/toolbar/exit.xpm @ 32189:921a2e8fa97e
(with-vc-properties): Use conses rather than length-2 lists.
(vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
Update call to with-vc-properties accordingly.
(vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
(vc-revert-buffer): Be more careful about window selection and deletion.
(vc-switch-backend): Slight reorg to avoid calling `registered' twice.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Oct 2000 22:55:17 +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", " ", " ", " ", " ", " ", " ......... ", " .++++++.. ", " .++++++.. ", " ...++++++.. ", " .@.++++++.. ", " ......@#.++$.+.. ", " .%&*=-@#;.+.$+.. ", " .%&*=-@#;.++++.. ", " ......@#.+++++.. ", " .@.++++++.. ", " ...++++++.. ", " .++++.... ", " .++...... ", " ...>>>>>> ", " ", " ", " ", " ", " "};