aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 7a575ae7348..ccc68911624 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -264,7 +264,7 @@ because it respects values of `delete-active-region' and `overwrite-mode'. */)
264 264
265 CHECK_NUMBER (n); 265 CHECK_NUMBER (n);
266 266
267 if (abs (XINT (n)) < 2) 267 if (eabs (XINT (n)) < 2)
268 remove_excessive_undo_boundaries (); 268 remove_excessive_undo_boundaries ();
269 269
270 pos = PT + XINT (n); 270 pos = PT + XINT (n);