diff options
| author | Paul Eggert | 2012-10-10 08:10:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-10 08:10:57 -0700 |
| commit | 5f3f57be388eba88944a9e881afcbcacc100a8ae (patch) | |
| tree | d266cb24a112d76e5fd285f2360a8fcfd2ed2c81 /src/term.c | |
| parent | 90e847e221850d9300f3ffb77d953f3a4d28bb0a (diff) | |
| download | emacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.tar.gz emacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.zip | |
Clean out old termopts cruft.
* termopts.h (flow_control, meta_key): Remove unused decls.
* dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
Don't include termopts.h.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 189fb783cbc..acce9c0548c 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -28,7 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |
| 30 | #include "termchar.h" | 30 | #include "termchar.h" |
| 31 | #include "termopts.h" | ||
| 32 | #include "tparam.h" | 31 | #include "tparam.h" |
| 33 | #include "character.h" | 32 | #include "character.h" |
| 34 | #include "buffer.h" | 33 | #include "buffer.h" |