view lisp/toolbar/cut.xpm @ 54440:aabf30299e6c

From David Ponce <david@dponce.com> (ruler-mode-header-line-format-old): Don't `make-variable-buffer-local'. (ruler-mode-ruler-function): Default to `ruler-mode-ruler'. (ruler-mode-header-line-format): Simply funcall the above. (ruler-mode): Use `make-local-variable' and `kill-local-variable' to save/restore a previous header line format. (ruler-mode-space): Don't depend on a numeric WIDTH value. (ruler-mode-ruler): Use symbolic display elements for scrollbar, fringes and margins width. (ruler-mode-ruler-function): Default to ruler-mode-ruler
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 13:15:57 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................  ......",
"...............  .......",
"..............  ........",
".............  .........",
"....    ....  .....   ..",
"... ...  ..  ...    ....",
"... ...           ......",
"....    ...    .........",
"..........  ............",
".........   ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
".......   ..............",
"........................",
"........................",
"........................",
"........................"
};