Mercurial > emacs
view lisp/toolbar/print.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 | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c #043904390439", ". c #40403f3f3f3f", "X c #5a1a5a0458f3", "o c #a74da686a5ec", "O c #e88de7c9e66c", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++ ++++++++++", "+++++++++++ OOX +++++++", "++++++++++ OOOOOO. +++", "+++++++++ OOOOOOOOOo +++", "+++++++++.OOOOOOOOO ++++", "+++++++ oOOOOOOOOX+++++", "+++++ OooXOOOOOOo ++++", "+++ OOOOOoXXooOO.XX ++", "++ ooOOOOOOOOoXXX.X.. ++", "++ ooooOOOOOOOOOO.... ++", "++ ooooooOOOOOOO..... ++", "++ XooooooooOOO...... ++", "++ X.XoooooooX....... ++", "++ XX...XooooX...... ++", "+++ XXXX...XX..... ++++", "+++++ .XXXXX... +++++", "++++++++ .XX.. +++++++", "+++++++++++ ++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };