Mercurial > emacs
view lisp/toolbar/exit.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 |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c Gray0", ". c #ae6e66e76a0a", "X c #c6c67d7d8181", "o c #cdcd86868989", "O c #e4e4e4e4dcdc", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++ +++++", "++++++++++ OOOOOO +++++", "++++++++++ OOOOOO +++++", "++++++++ OOOOOO +++++", "++++++++ . OOOOOO +++++", "+++ .X OO O +++++", "+++ ......Xo O O +++++", "+++ ......Xo OOOO +++++", "+++ .X OOOOO +++++", "++++++++ . OOOOOO +++++", "++++++++ OOOOOO +++++", "++++++++++ OOOO +++++", "++++++++++ OO +++++", "++++++++++ +++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };