]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (get_visually_first_element): Fix last change.
authorGregory Heytings <gregory@heytings.org>
Mon, 1 Aug 2022 16:46:09 +0000 (16:46 +0000)
committerGregory Heytings <gregory@heytings.org>
Mon, 1 Aug 2022 16:49:13 +0000 (18:49 +0200)
src/xdisp.c

index 264fbaea59d9d2b682d1d8dc9acf889f14994940..7d62c7823ed945353d340900235473a95e5e58e5 100644 (file)
@@ -8891,7 +8891,7 @@ get_visually_first_element (struct it *it)
                                find_newline_no_quit (IT_CHARPOS (*it),
                                                      IT_BYTEPOS (*it), -1,
                                                      &it->bidi_it.bytepos),
-                               get_closer_narrowed_begv (it->w, IT_CHARPOS (*it)));
+                               it->narrowed_begv);
       bidi_paragraph_init (it->paragraph_embedding, &it->bidi_it, true);
       do
        {