Mercurial > emacs
view src/bitmaps/gray.xbm @ 102851:5cc9a4c776e8
* net/tramp.el (tramp-default-file-modes) New defun. Replace all
calls of `file-modes' by this.
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 05 Apr 2009 18:06:55 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};