From owner-freebsd-commit Sat Jul 1 05:12:55 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA18618 for commit-outgoing; Sat, 1 Jul 1995 05:12:55 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA18604 for cvs-ports-outgoing; Sat, 1 Jul 1995 05:12:53 -0700 Received: (from jmacd@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA18594 ; Sat, 1 Jul 1995 05:12:51 -0700 Date: Sat, 1 Jul 1995 05:12:51 -0700 From: Joshua Peck Macdonald Message-Id: <199507011212.FAA18594@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/editors/emacs/patches patch-a Sender: commit-owner@FreeBSD.org Precedence: bulk jmacd 95/07/01 05:12:51 Added: editors/emacs/patches patch-a Log: This fixes an obscure bug I reported to bug-gnu-emacs several days ago. Basically, (make-comint "process-name" "path-of-a-directory") caused emacs to block forever. I'm not sure if this bug has any other effects, the patch is to process.c. Submitted by: Richard Stallman