comparison src/redisplay.c @ 638:373ced43e288

[xemacs-hg @ 2001-07-26 21:10:44 by adrian] [PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author adrian
date Thu, 26 Jul 2001 21:10:48 +0000
parents af57a77cbc92
children b39c14581166
comparison
equal deleted inserted replaced
637:2538b7200a20 638:373ced43e288
4513 abstruse. */ 4513 abstruse. */
4514 if (*prop) 4514 if (*prop)
4515 goto done; 4515 goto done;
4516 } 4516 }
4517 4517
4518 /* #### What if we we're dealing with a display table? */ 4518 /* #### What if we're dealing with a display table? */
4519 if (data.start_col) 4519 if (data.start_col)
4520 data.start_col--; 4520 data.start_col--;
4521 4521
4522 if (data.bi_bufpos == bi_string_zv) 4522 if (data.bi_bufpos == bi_string_zv)
4523 goto done; 4523 goto done;