emacs-devel
[Top][All Lists]
Advanced

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

Re: baby step toward thread patch


From: Glenn Morris
Subject: Re: baby step toward thread patch
Date: Wed, 19 Jan 2011 03:54:48 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Tom Tromey wrote:

> So, I have committed the latest version of all my changes.

Something wrong in the following diff hunk?

   window.c:154:8: warning: extra tokens at end of #endif directive

*** src/window.c        2011-01-15 23:16:57 +0000
--- src/window.c        2011-01-18 20:45:37 +0000
***************
*** 194,210 ****
  #if 0 /* This isn't used anywhere.  */
  /* Nonzero means we can split a frame even if it is "unsplittable".  */
  static int inhibit_frame_unsplittable;
! #endif /* 0 */
! 
! extern EMACS_INT scroll_margin;
! 
! extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
! 
! /* If non-nil, then the `recenter' command with a nil argument
!    the entire frame to be redrawn; the special value `tty' causes the
!    frame to be redrawn only if it is a tty frame.  */
! 
! static Lisp_Object Vrecenter_redisplay;
  
  
  DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,
--- 151,157 ----
  #if 0 /* This isn't used anywhere.  */
  /* Nonzero means we can split a frame even if it is "unsplittable".  */
  static int inhibit_frame_unsplittable;
! #endif extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
  
  
  DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,



reply via email to

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