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

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

bug#23533: 24.5; test-completion with completion-regexp-list


From: Noam Postavsky
Subject: bug#23533: 24.5; test-completion with completion-regexp-list
Date: Fri, 17 Jun 2016 21:01:01 -0400

On Fri, Jun 17, 2016 at 12:06 AM, Noam Postavsky
<npostavs@users.sourceforge.net> wrote:
> +      else if (CONSP (tem))
> +        tem = XCDR (tem);

Of course that should be XCAR, not XCDR.

Should this go to master or emacs-25? The fix is simple (though I
managed to get it wrong once) and localized; on the other hand, it's
not a critical bug.





reply via email to

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