view lisp/toolbar/undo.xpm @ 32054:fef29341db1c

(vc-next-action-on-file): Update mode line only if file is visited. (vc-start-entry): New argument initial-contents. Don't visit the file if it isn't already visited. Brought documentation up-to-date. (vc-next-action, vc-register): Updated calls to vc-start-entry. (vc-checkin): New optional arg initial-contents, which is passed to vc-start-entry. (vc-finish-logentry): Make sure to bury log buffer only if there really is one. Call `vc-resynch-buffer' on log-file, not buffer-file-name. (vc-default-comment-history, vc-default-wash-log): New functions. (vc-index-of): Removed. (vc-transfer-file): Make do without the above. (vc-default-receive-file): Call comment-history unconditionally. Pass the resulting string to vc-checkin, instead of inserting it into the comment ring.
author André Spiegel <spiegel@gnu.org>
date Sun, 01 Oct 2000 12:06:15 +0000
parents f115e74e9dd1
children 03a8b6779868
line wrap: on
line source

/* XPM */
static char * tb_undo_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #000000",
"+	c #8F431E",
"@	c #803C1B",
"#	c #8A411D",
"$	c #954620",
"%	c #733618",
"&	c #5C2B13",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         .              ",
"        ..              ",
"       .+@...           ",
"      .#$##@%..         ",
"       .+#...%%.        ",
"        ..   .&.        ",
"         .    .&.       ",
"               ..       ",
"               ..       ",
"               .        ",
"              .         ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};