Mercurial > emacs
view lisp/toolbar/cut.xpm @ 55123:a27729919ff1
(comint-delete-output): Bind inhibit-read-only to t.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 24 Apr 2004 23:06:03 +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 */ "........................", "........................", "........................", "........................", "........................", ".................. .....", "................ ......", "............... .......", ".............. ........", "............. .........", ".... .... ..... ..", "... ... .. ... ....", "... ... ......", ".... ... .........", ".......... ............", "......... ............", "........ .. ............", "....... ... ............", "....... .. .............", "....... ..............", "........................", "........................", "........................", "........................" };