Mercurial > emacs
view etc/images/custom/down.xpm @ 101540:5389a1f33e22
Remove leading `*' from defcustom docs.
Replace `first' and `rest' with `car' and `cdr' throughout.
(rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
(rsf-scanning-messages-now): Doc fix.
(rsf-check-field): Rename from `check-field' and update callers.
(rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
Use rmail-output rather than deleted rmail-output-to-rmail-file.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Jan 2009 03:43:26 +0000 |
parents | b0ca8a5b94ae |
children | 87681b1f74ce |
line wrap: on
line source
/* XPM */ static char * down_xpm[] = { "8 8 4 1", " c none", ". c gray90", "X c gray45", "O c gray75", "........", ".OOOOOOX", " .OOOOX ", " .OOOOX ", " .OOX ", " .OOX ", " OX ", " OX "};