emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Tue, 02 Nov 2004 09:53:24 -0500

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.481 emacs/src/window.c:1.482
*** emacs/src/window.c:1.481    Tue Nov  2 09:06:06 2004
--- emacs/src/window.c  Tue Nov  2 14:41:24 2004
***************
*** 5038,5044 ****
  will not scroll a window to a column less than the value returned
  by this function.  This happens in an interactive call.  */)
       (arg, set_minimum)
!      register Lisp_Object arg;
  {
    Lisp_Object result;
    int hscroll;
--- 5038,5044 ----
  will not scroll a window to a column less than the value returned
  by this function.  This happens in an interactive call.  */)
       (arg, set_minimum)
!      register Lisp_Object arg, set_minimum;
  {
    Lisp_Object result;
    int hscroll;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]