annotate lisp/sb-pg-plus.xpm @ 59048:2daab60919ed

(truncate_undo_list): Return void. Take just one argument, the buffer. Make it current, and inhibit recursive GC. Access and update the undo list directly; return void. Refer to the undo...limit variables directly. Test undo_outer_limit only after counting the whole current command. When it's exceeded, call the function in undo-outer-limit-function. (undo_limit, undo_strong_limit, undo_outer_limit): Moved from alloc.c. (Vundo_outer_limit_function): New variable. (syms_of_undo): Define undo-limit, undo-strong-limit and undo-outer-limit here, and undo-outer-limit-function. Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Dec 2004 11:31:24 +0000
parents c2a09ac7b7b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29134
b6a19b71d4b7 Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
2 static char * sb_pg_plus_xpm[] = {
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
3 "20 15 5 1",
29134
b6a19b71d4b7 Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
5 ". c #B8B8B8",
29134
b6a19b71d4b7 Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
7 "@ c #828282",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
8 "# c #FFFFFF",
29134
b6a19b71d4b7 Renamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ............ ",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
10 " .++++++++++++@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
11 " .++##########+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
12 " .+#+##########+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
13 " .+##+##########+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
14 " .+###+###+######+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
15 " .+####+###+.#####+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
16 ".+++++++#+++++####+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
17 ".+########.+...###+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
18 ".+#########+.#####+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
19 ".+##########.#####+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
20 ".+################+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
21 ".+################+@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
22 ".++++++++++++++++++@",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29134
diff changeset
23 " @@@@@@@@@@@@@@@@@@ "};