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/termchar.h | |
| parent | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (diff) | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.tar.gz emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.zip | |
upstream
Diffstat (limited to 'src/termchar.h')
| -rw-r--r-- | src/termchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termchar.h b/src/termchar.h index 102fe45350e..5c57593c04f 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -207,6 +207,6 @@ extern struct tty_display_info *tty_list; | |||
| 207 | (((f)->output_method == output_termcap \ | 207 | (((f)->output_method == output_termcap \ |
| 208 | || (f)->output_method == output_msdos_raw) \ | 208 | || (f)->output_method == output_msdos_raw) \ |
| 209 | ? (f)->terminal->display_info.tty \ | 209 | ? (f)->terminal->display_info.tty \ |
| 210 | : (abort (), (struct tty_display_info *) 0)) | 210 | : (emacs_abort (), (struct tty_display_info *) 0)) |
| 211 | 211 | ||
| 212 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) | 212 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) |