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

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

Re: emacsclient treat %% as %


From: Richard Stallman
Subject: Re: emacsclient treat %% as %
Date: Mon, 05 Jul 2004 10:23:06 -0400

Does this patch fix it?

*** emacsclient.c       10 May 2004 12:26:17 -0400      1.71
--- emacsclient.c       04 Jul 2004 14:43:33 -0400      
***************
*** 203,209 ****
      }
    *q++ = 0;
  
!   fprintf (stream, copy);
  
    free (copy);
  }
--- 203,209 ----
      }
    *q++ = 0;
  
!   fprintf (stream, "%s", copy);
  
    free (copy);
  }




reply via email to

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