/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1031 by lute, Mon Jul 4 16:06:38 2005 UTC revision 1.1032 by kfstorm, Wed Jul 13 09:36:12 2005 UTC
# Line 11294  cursor_row_fully_visible_p (w, force_p, Line 11294  cursor_row_fully_visible_p (w, force_p,
11294    window_height = window_box_height (w);    window_height = window_box_height (w);
11295    if (row->height >= window_height)    if (row->height >= window_height)
11296      {      {
11297        if (!force_p || w->vscroll)        if (!force_p || MINI_WINDOW_P (w) || w->vscroll)
11298          return 1;          return 1;
11299      }      }
11300    return 0;    return 0;
# Line 12729  try_window (window, pos, check_margins) Line 12729  try_window (window, pos, check_margins)
12729      }      }
12730    
12731    /* Don't let the cursor end in the scroll margins.  */    /* Don't let the cursor end in the scroll margins.  */
12732    if (check_margins)    if (check_margins
12733          && !MINI_WINDOW_P (w))
12734      {      {
12735        int this_scroll_margin, cursor_height;        int this_scroll_margin, cursor_height;
12736    

Legend:
Removed from v.1.1031  
changed lines
  Added in v.1.1032

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26