bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52428: 28.0.90; Eshell complains that `processp' is unbound on MS-DO


From: Po Lu
Subject: bug#52428: 28.0.90; Eshell complains that `processp' is unbound on MS-DOS
Date: Sun, 12 Dec 2021 14:06:35 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> On MS-DOS, start eshell, and type any command that will result in a
> synchronous subprocess being started:
>
> c:/djgpp/bin $ djecho hello
>
> Eshell will complain that `processp' is unbound, because there are two
> uses of `processp' in `eshell-eval-command' that need to be replaced
> with `eshell-processp'.

If nobody minds, I'll fix this on the release branch by replacing those
calls with `eshell-processp'.

Eli, is that okay?  Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]