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: Dmitry Gutov
Subject: bug#18950: [PATCH] 24.4.51; Wrong type argument: stringp on completing an asterisk in eshell with pcomplete-cycle-completions disabled
Date: Fri, 16 Jan 2015 05:36:57 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0

On 01/15/2015 06:06 PM, Stefan Monnier wrote:
-       (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.

It does. Installed and marked as "tiny change".

Thanks, Samer!





reply via email to

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