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

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

bug#18950: [PATCH] 24.4.51; Wrong type argument: stringp on completing a


From: Stefan Monnier
Subject: bug#18950: [PATCH] 24.4.51; Wrong type argument: stringp on completing an asterisk in eshell with pcomplete-cycle-completions disabled
Date: Thu, 15 Jan 2015 10:06:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -     (if (and pcomplete-cycle-completions
> -              (listp pcomplete-stub) ;??
> +     (if (and (listp pcomplete-stub) ;??

I haven't had time to look more closely at the bug and the code, but
if this indeed works, then it looks like a good change.


        Stefan





reply via email to

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