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

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

bug#21038: 25.0.50; compilation-mode: incorrect column with non-standard


From: Stefan Monnier
Subject: bug#21038: 25.0.50; compilation-mode: incorrect column with non-standard tab-width
Date: Thu, 13 Aug 2015 16:59:40 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> -      (move-to-column (max col 0))
> +      (let ((tab-width 8)) (move-to-column (max col 0)))

Thanks, installed,


        Stefan





reply via email to

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