]> git.eshelyaron.com Git - emacs.git/commit
Fix 'current-column' in the presence of display strings
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Feb 2022 11:01:24 +0000 (13:01 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Feb 2022 11:01:24 +0000 (13:01 +0200)
commit4243747b1b8c3b7e3463822804b32e83febe2878
treeca5bbfa772211ce11642e338f3c6e00b0b280586
parent9029212c869aa532e14d5e2048df070902d4ca8f
Fix 'current-column' in the presence of display strings

* src/indent.c (check_display_width): Support calculation of width
of 'display' properties whose values are strings.  This fixes the
value returned by 'current-column' when display strings are
present between BOL and point.  (Bug#53795)
src/indent.c