view lisp/toolbar/exit.xpm @ 40530:a0dc24114eee

(reindent-then-newline-and-indent): Insert the newline before indenting the first line. (undo-get-state, undo-revert-to-state): New funs. (shell-command): Don't kill the buffer even if empty. (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1) (transpose-subr-end2): Remove. (transpose-subr): Add `special' arg and simplify. (transpose-subr-1): Rewrite. (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p. (rfc822-goto-eoh): Simplify.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 31 Oct 2001 00:57:04 +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      +++++",
"++++++++++         +++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};