]> git.eshelyaron.com Git - emacs.git/commitdiff
(child_setup): Remove spurious *.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 21:17:37 +0000 (21:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 21:17:37 +0000 (21:17 +0000)
src/ChangeLog
src/callproc.c

index 0d8dfc6aa364e7a6a3c6dce06f215f31e5425933..9c5e1eefa77601feda2a67ba018f85dec9e85f38 100644 (file)
@@ -1,5 +1,7 @@
 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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):
index c10dea566bf13c32bcaf2a489e05f1f163810091..3e6833aed443c6be54bb0149065941ddccf55b63 100644 (file)
@@ -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++;