/[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.422 by lektu, Tue Jul 9 09:46:38 2002 UTC revision 1.423 by lektu, Wed Jul 10 08:43:34 2002 UTC
# Line 4398  scroll_command (n, direction) Line 4398  scroll_command (n, direction)
4398       Lisp_Object n;       Lisp_Object n;
4399       int direction;       int direction;
4400  {  {
4401    int count = BINDING_STACK_SIZE ();    int count = SPECPDL_INDEX ();
4402    
4403    xassert (abs (direction) == 1);    xassert (abs (direction) == 1);
4404    
# Line 4512  showing that buffer, popping the buffer Line 4512  showing that buffer, popping the buffer
4512  {  {
4513    Lisp_Object window;    Lisp_Object window;
4514    struct window *w;    struct window *w;
4515    int count = BINDING_STACK_SIZE ();    int count = SPECPDL_INDEX ();
4516    
4517    window = Fother_window_for_scrolling ();    window = Fother_window_for_scrolling ();
4518    w = XWINDOW (window);    w = XWINDOW (window);

Legend:
Removed from v.1.422  
changed lines
  Added in v.1.423

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