mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* etc/NEWS: Announce changes. * etc/images/tabs/close-modified.xpm: New image. * etc/images/tabs/README (Files): Add button icon name to README. * lisp/tab-line.el (tab-line-close-modified-button-show): New user option. (tab-line-close-modified): Define new icon. (tab-line-close-modified-button): New variable. (tab-line-tab-modified-p): New function. (tab-line-tab-name-format-default): Rework. (tab-line-tab-face-modified): Use 'tab-line-tab-modified-p'.
16 lines
219 B
C
16 lines
219 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"9 9 4 1",
|
|
". c None",
|
|
"b c #000000",
|
|
"a c #808080",
|
|
"# c #bfbfbf",
|
|
"..#####..",
|
|
".#######.",
|
|
"###aaa###",
|
|
"##abbba##",
|
|
"##abbba##",
|
|
"##abbba##",
|
|
"###aaa###",
|
|
".#######.",
|
|
"..#####.."};
|