| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ; Add 2026 to copyright years. | Sean Whitton | 2026-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2025 | Paul Eggert | 2025-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | | |||||
| * | ; Minor stylistic checkdoc fixes in test/**/*.el | Stefan Kangas | 2021-09-26 | 1 | -0/+2 |
| | | |||||
| * | ; Minor license statement fixes | Stefan Kangas | 2021-02-08 | 1 | -11/+11 |
| | | |||||
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | Fix 'move-to-column' when invisible text follows a TAB | Eli Zaretskii | 2020-09-30 | 1 | -0/+59 |
| * src/indent.c (scan_for_column): Accept 2 more arguments, and report through them the position corresponding to PREVCOL. All callers changed. (Fmove_to_column): Use the prev_col's position to test for a TAB instead of assuming that the TAB is just before point (which is false when there's invisible text around). (Bug#43587) * test/src/indent-tests.el: New file. | |||||