From: Stefan Monnier Date: Tue, 23 Oct 2007 21:17:37 +0000 (+0000) Subject: (child_setup): Remove spurious *. X-Git-Tag: emacs-pretest-23.0.90~10109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1baf6db97df77cb91cd3f5007f994d9768e0041d;p=emacs.git (child_setup): Remove spurious *. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0d8dfc6aa36..9c5e1eefa77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-10-23 Stefan Monnier + * callproc.c (child_setup): Remove spurious *. + * lisp.h (Fget_text_property): Declare. (have_menus_p): Declare it here rather than in sys-dep header files. * macterm.h (have_menus_p): diff --git a/src/callproc.c b/src/callproc.c index c10dea566bf..3e6833aed44 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1388,7 +1388,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir) while (*p != 0) { while (*q != 0 && strchr (*q, '=') == NULL) - *q++; + q++; *p = *q++; if (*p != 0) p++;