mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 06:00:50 -08:00
* lisp/tab-bar.el (tab-bar-tabs-function): New defvar. * lisp/tab-line.el (tab-line-tab-name-function) (tab-line-tabs-function): New defvars.
16 lines
226 B
C
16 lines
226 B
C
/* XPM */
|
|
static char * close_xpm[] = {
|
|
"9 9 4 1",
|
|
" c None",
|
|
". c #BFBFBF",
|
|
"+ c #000000",
|
|
"@ c #808080",
|
|
" ..... ",
|
|
" ....... ",
|
|
"..+@.@+..",
|
|
"..@+@+@..",
|
|
"...@+@...",
|
|
"..@+@+@..",
|
|
"..+@.@+..",
|
|
" ....... ",
|
|
" ..... "};
|