Mercurial > emacs
view lisp/toolbar/close.xpm @ 46450:42a341bf9194
Bind toggle-read-only to C-x C-q.
(toggle-read-only): Display a warning message if the file is under
version control.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Tue, 16 Jul 2002 17:40:37 +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 */ "........................", "........................", "........................", "........................", "........................", "........................", "....... .... ..........", "....... .. .........", "........ . ..........", "........ ...........", "......... ............", "......... ...........", "........ ..........", "........ . .........", "....... ... ........", "....... ..... .........", "........................", "........................", "........................", "........................", "........................", "........................", "........................", "........................" };