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

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

bug#16808: 24.3.50; an error when completing M-x ... commands.


From: Stefan Monnier
Subject: bug#16808: 24.3.50; an error when completing M-x ... commands.
Date: Wed, 19 Feb 2014 09:31:28 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> -      (when (and (= 1 (length comps) (consp (car comps))))
>> +      (when (and (= 1 (length comps)) (consp (car comps)))
> (= 1 (length comps)) would be better written as (not (cdr comps)) in
> this context.

Both look good, please install,


        Stefan





reply via email to

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