view lisp/sb-dir.xpm @ 39878:d90eb1d4b881

(file_name_completion): Ignore a candidate directory if it matches an element in completion-ignored-extensions that ends in a slash. (syms_of_dired) <completion-ignored-extensions>: Mention the above feature in the doc string. (Ffile_name_completion): Ditto.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2001 11:57:52 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
line wrap: on
line source

/* XPM */
static char * sb_dir_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
" .......            ",
".+++++++.           ",
".+@@@@@@+.......... ",
".+@@@@@@@++++++++++.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".++++++++++++++++++.",
" .................. "};