[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67158: [PATCH] Repair tab-always-indent
From: |
Stefan Monnier |
Subject: |
bug#67158: [PATCH] Repair tab-always-indent |
Date: |
Sun, 26 Nov 2023 08:56:04 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> - In commit c20226a1ef5, you used memql to compare syn to '(2 4 5), and
> memq to compare syn to '(2 4 5 1). I'd say both are equivalent in this
> case, so why having used each of them once rather than the same twice ?
Oops, not sure how that happened. They should both use the same (tho
either `memq` or `memql` does the trick).
> - Any chance this commit gets cherry-picked for the 29.2 bugfix release ?
I'll let Eli or Stefan make the decision.
Stefan