Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
5064 && pointm >= startp | 5064 && pointm >= startp |
5065 /* This check is to make sure we restore the minibuffer after a | 5065 /* This check is to make sure we restore the minibuffer after a |
5066 temporary change to the echo area. */ | 5066 temporary change to the echo area. */ |
5067 && !(MINI_WINDOW_P (w) && f->buffers_changed) | 5067 && !(MINI_WINDOW_P (w) && f->buffers_changed) |
5068 && !f->frame_changed | 5068 && !f->frame_changed |
5069 && !truncation_changed) | 5069 && !truncation_changed |
5070 /* check whether start is really at the begining of a line GE */ | |
5071 && (!w->start_at_line_beg || beginning_of_line_p (b, startp)) | |
5072 ) | |
5070 { | 5073 { |
5071 /* Check if the cursor has actually moved. */ | 5074 /* Check if the cursor has actually moved. */ |
5072 if (EQ (Fmarker_buffer (w->last_point[CURRENT_DISP]), w->buffer) | 5075 if (EQ (Fmarker_buffer (w->last_point[CURRENT_DISP]), w->buffer) |
5073 && pointm == marker_position (w->last_point[CURRENT_DISP]) | 5076 && pointm == marker_position (w->last_point[CURRENT_DISP]) |
5074 && selected_globally | 5077 && selected_globally |