aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/abbrev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abbrev.c b/src/abbrev.c
index 1992b6ca222..7899bc56d49 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -399,7 +399,7 @@ is not undone.")
399 /* Total number of characters deleted. */ 399 /* Total number of characters deleted. */
400 adjust = ZV - zv_before; 400 adjust = ZV - zv_before;
401 } 401 }
402 SET_PT (last_abbrev_point < opoint ? opoint - adjust : opoint); 402 SET_PT (last_abbrev_point < opoint ? opoint + adjust : opoint);
403 return Qnil; 403 return Qnil;
404} 404}
405 405