diff options
| author | Joakim Verona | 2012-09-10 16:03:53 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-10 16:03:53 +0200 |
| commit | b035a30e5cd2f34fedc04c253eeb5a11afed8145 (patch) | |
| tree | b9350cce389602f4967bdc1beed745929155ad5d /src/cm.c | |
| parent | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (diff) | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.tar.gz emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.zip | |
upstream
Diffstat (limited to 'src/cm.c')
| -rw-r--r-- | src/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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); |