bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5814: patch?


From: Alex Schröder
Subject: bug#5814: patch?
Date: Wed, 31 Mar 2010 22:11:30 +0200

Without understanding what I'm doing, the following change seems to allow the build process to continue:

=== modified file 'src/nsfns.m'
*** src/nsfns.m    2010-03-29 23:48:44 +0000
--- src/nsfns.m    2010-03-31 20:09:42 +0000
***************
*** 686,692 ****
 
 
  void
! ns_set_doc_edited (struct frame *f, Lisp_Object arg, Lisp_Object oldval)
  {
    NSView *view = FRAME_NS_VIEW (f);
    NSAutoreleasePool *pool;
--- 686,692 ----
 
 
  void
! ns_set_doc_edited (struct frame *f, Lisp_Object arg)
  {
    NSView *view = FRAME_NS_VIEW (f);
    NSAutoreleasePool *pool;



reply via email to

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