comparison src/undo.c @ 761:4dffad9d353d

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jul 1992 18:33:54 +0000
parents 054dfe2f6327
children 47f6041d85e6
comparison
equal deleted inserted replaced
760:012c1f6e9e7d 761:4dffad9d353d
133 } 133 }
134 134
135 /* At garbage collection time, make an undo list shorter at the end, 135 /* At garbage collection time, make an undo list shorter at the end,
136 returning the truncated list. 136 returning the truncated list.
137 MINSIZE and MAXSIZE are the limits on size allowed, as described below. 137 MINSIZE and MAXSIZE are the limits on size allowed, as described below.
138 In practice, these are the values of undo-threshold and 138 In practice, these are the values of undo-limit and
139 undo-high-threshold. */ 139 undo-strong-limit. */
140 140
141 Lisp_Object 141 Lisp_Object
142 truncate_undo_list (list, minsize, maxsize) 142 truncate_undo_list (list, minsize, maxsize)
143 Lisp_Object list; 143 Lisp_Object list;
144 int minsize, maxsize; 144 int minsize, maxsize;