]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp.h: Declare check_obarray.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:28:12 +0000 (18:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:28:12 +0000 (18:28 +0000)
* process.c (Fdelete_process): Properly handle deletion of first
element of deleted_pid_list.
(create_process): Declare pid as pid_t.

src/ChangeLog

index 0c80c76d82dd008ce41361a30da94fdb6cbe2d78..ef777b76db42c26d9ce11a812e3c825954ba3eed 100644 (file)
@@ -1,3 +1,11 @@
+2007-03-12  Andreas Schwab  <schwab@suse.de>
+
+       * lisp.h: Declare check_obarray.
+
+       * process.c (Fdelete_process): Properly handle deletion of first
+       element of deleted_pid_list.
+       (create_process): Declare pid as pid_t.
+
 2007-03-12  Kim F. Storm  <storm@cua.dk>
 
        * process.c (sigchld_handler): Change type of pid to pid_t.