From: Juanma Barranquero Date: Sat, 4 Nov 2006 12:52:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.91~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccc54d96ad98bf82af4b6d904469a71c02d46ebc;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e568a2980a2..924e643f612 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,13 +4,13 @@ command line option and `initial-frame-alist' which is superfluous after the last change to `w32_createwindow'. -2006-11-04 Slawomir Nowaczyk (tiny change) +2006-11-04 Slawomir Nowaczyk (tiny change) - * w32proc.c: (sys_wait) Only wait for processes with fd<0. - Others should be handled by sys_select instead. Fixes problems - with (progn (start-process "" nil "ls") (call-process "ls")) + * w32proc.c (sys_wait): Only wait for processes with fd<0. + Others should be handled by sys_select instead. Fixes problems + with (progn (start-process "" nil "ls") (call-process "ls")). -2006-11-04 Giorgos Keramidas (tiny change) +2006-11-04 Giorgos Keramidas (tiny change) * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to avoid gcc 2.95 error.