Mercurial > emacs
view etc/images/gud/all.xpm @ 108903:bbdc76e1b06c
* lisp/iimage.el: Remove images as soon as the underlying text is modified.
(iimage-modification-hook): New function.
(iimage-mode-buffer): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 07 Jun 2010 17:01:23 -0400 |
parents | 9a7c820f16a3 |
children |
line wrap: on
line source
/* XPM */ static char * all_xpm[] = { "24 24 4 1", " c None", ". c #000000", "+ c #E5E5E5", "@ c #FFFFFF", " ", " ", " .................... ", " .................... ", " .................... ", " ++++++@@@@@@@@++++++ ", " ++++++@@....@@++++++ ", " ++++++@......@++++++ ", " ......@..@@..@...... ", " ......@..@@..@...... ", " ......@..@@..@...... ", " ++++++@......@++++++ ", " ++++++@......@++++++ ", " ++++++@..@@..@++++++ ", " ......@..@@..@...... ", " ......@..@@..@...... ", " ......@..@@..@...... ", " ++++++@..@@..@++++++ ", " ++++++...@@...++++++ ", " ++++++++++++++++++++ ", " .................... ", " .................... ", " ", " "};