diff options
Diffstat (limited to 'src/termchar.h')
| -rw-r--r-- | src/termchar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termchar.h b/src/termchar.h index 035974a8ce6..d50ee805e03 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Flags and parameters describing terminal's characteristics. | 1 | /* Flags and parameters describing terminal's characteristics. |
| 2 | Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -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 | : (abort (), (struct tty_display_info *) 0)) |
| 211 | 211 | ||
| 212 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) | 212 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) |