diff options
Diffstat (limited to 'src/termchar.h')
| -rw-r--r-- | src/termchar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/termchar.h b/src/termchar.h index ac652640b17..277a96932b4 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* Flags and parameters describing terminal's characteristics. | 1 | /* Flags and parameters describing terminal's characteristics. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985-1986, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
| @@ -212,5 +211,3 @@ extern struct tty_display_info *tty_list; | |||
| 212 | 211 | ||
| 213 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) | 212 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) |
| 214 | 213 | ||
| 215 | /* arch-tag: bf9f0d49-842b-42fb-9348-ec8759b27193 | ||
| 216 | (do not change this comment) */ | ||