summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-10 08:10:57 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-10 08:10:57 -0700
commit5f3f57be388eba88944a9e881afcbcacc100a8ae (patch)
treed266cb24a112d76e5fd285f2360a8fcfd2ed2c81 /src/indent.c
parent90e847e221850d9300f3ffb77d953f3a4d28bb0a (diff)
downloademacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.tar.gz
emacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.tar.bz2
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/indent.c')
-rw-r--r--src/indent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index b368a7aeb09..81a63455ecb 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -30,7 +30,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "frame.h"
#include "window.h"
#include "termchar.h"
-#include "termopts.h"
#include "disptab.h"
#include "intervals.h"
#include "dispextern.h"