comparison src/redisplay.c @ 318:afd57c14dfc8 r21-0b57

Import from CVS: tag r21-0b57
author cvs
date Mon, 13 Aug 2007 10:45:36 +0200
parents 70ad99077275
children 8bec6624d99b
comparison
equal deleted inserted replaced
317:a2fc9afbef65 318:afd57c14dfc8
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