projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc65c1
)
* src/xdisp.c (get_visually_first_element): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Aug 2022 16:13:16 +0000
(19:13 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 1 Aug 2022 16:13:16 +0000
(19:13 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c4abe6e9855ad07f2d400c006448bf054fe72058..264fbaea59d9d2b682d1d8dc9acf889f14994940 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-8846,7
+8846,7
@@
get_visually_first_element (struct it *it)
SET_WITH_NARROWED_BEGV (it, bob,
string_p ? 0 :
- IT_
BYTE
POS (*it) < BEGV ? obegv : BEGV,
+ IT_
CHAR
POS (*it) < BEGV ? obegv : BEGV,
it->narrowed_begv);
if (STRINGP (it->string))