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

Diff of /emacs/src/window.c

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

revision 1.509 by rms, Wed Jul 6 22:06:15 2005 UTC revision 1.510 by kfstorm, Thu Jul 7 09:33:29 2005 UTC
# Line 1472  delete_window (window) Line 1472  delete_window (window)
1472    
1473    /* Check if we have a v/hchild with a v/hchild.  In that case remove    /* Check if we have a v/hchild with a v/hchild.  In that case remove
1474       one of them.  */       one of them.  */
1475      
1476    if (! NILP (par->vchild) && ! NILP (XWINDOW (par->vchild)->vchild))    if (! NILP (par->vchild) && ! NILP (XWINDOW (par->vchild)->vchild))
1477      {      {
1478        p = XWINDOW (par->vchild);        p = XWINDOW (par->vchild);
# Line 5357  and redisplay normally--don't erase and Line 5357  and redisplay normally--don't erase and
5357      {      {
5358        arg = Fprefix_numeric_value (arg);        arg = Fprefix_numeric_value (arg);
5359        CHECK_NUMBER (arg);        CHECK_NUMBER (arg);
5360          iarg = XINT (arg);
5361      }      }
5362    
5363    set_buffer_internal (buf);    set_buffer_internal (buf);
# Line 5391  and redisplay normally--don't erase and Line 5392  and redisplay normally--don't erase and
5392            int extra_line_spacing;            int extra_line_spacing;
5393            int h = window_box_height (w);            int h = window_box_height (w);
5394    
           iarg = XINT (arg);  
5395            iarg = - max (-iarg, this_scroll_margin);            iarg = - max (-iarg, this_scroll_margin);
5396    
5397            SET_TEXT_POS (pt, PT, PT_BYTE);            SET_TEXT_POS (pt, PT, PT_BYTE);

Legend:
Removed from v.1.509  
changed lines
  Added in v.1.510

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