aboutsummaryrefslogtreecommitdiffstats
path: root/src/cm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cm.c')
-rw-r--r--src/cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm.c b/src/cm.c
index 1922cd8140a..4b17b92eebc 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -119,7 +119,7 @@ cmcheckmagic (struct tty_display_info *tty)
119 if (curX (tty) == FrameCols (tty)) 119 if (curX (tty) == FrameCols (tty))
120 { 120 {
121 if (!MagicWrap (tty) || curY (tty) >= FrameRows (tty) - 1) 121 if (!MagicWrap (tty) || curY (tty) >= FrameRows (tty) - 1)
122 abort (); 122 emacs_abort ();
123 if (tty->termscript) 123 if (tty->termscript)
124 putc ('\r', tty->termscript); 124 putc ('\r', tty->termscript);
125 putc ('\r', tty->output); 125 putc ('\r', tty->output);