]> code.delx.au - gnu-emacs/commitdiff
Clean out old termopts cruft.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Oct 2012 15:10:57 +0000 (08:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Oct 2012 15:10:57 +0000 (08:10 -0700)
* 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.

src/ChangeLog
src/dispnew.c
src/indent.c
src/nsterm.m
src/term.c
src/termopts.h
src/xsettings.c
src/xsmfns.c

index 71465cc9b86d11bef53bc153b7ab2eda8ad51c91..b1aea7307aebbb24b5a04dca714e8cd3335de152 100644 (file)
@@ -1,3 +1,10 @@
+2012-10-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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.
+
 2012-10-10  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * alloc.c (gc_sweep): Use pointer-to-a-pointer loop for buffers.
index 6f8fb10b41daa114e70973e8714585dfbfa4cf9a..fd4985452ae3676f184b0fe0ea569d9f0039c7f4 100644 (file)
@@ -26,7 +26,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "lisp.h"
 #include "termchar.h"
-#include "termopts.h"
 /* cm.h must come after dispextern.h on Windows.  */
 #include "dispextern.h"
 #include "cm.h"
index b368a7aeb0921ff23be3c7dd4bda74656b4cfc7e..81a63455ecb6ab1e9beea7402d678195f7e43386 100644 (file)
@@ -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"
index 6b739befeeb6265394c04314f96159ab80b63712..1d935fc76de5dd854f001010e20393c004f5c265 100644 (file)
@@ -55,7 +55,6 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
 #include "ccl.h"
 
 #include "termhooks.h"
-#include "termopts.h"
 #include "termchar.h"
 
 #include "window.h"
@@ -1315,7 +1314,7 @@ static void
 ns_fullscreen_hook (FRAME_PTR f)
 {
   EmacsView *view = (EmacsView *)FRAME_NS_VIEW (f);
-  
+
   if (! f->async_visible) return;
 #ifndef NEW_STYLE_FS
   if (f->want_fullscreen == FULLSCREEN_BOTH)
@@ -5942,7 +5941,7 @@ not_in_argv (NSString *arg)
       [w setBackgroundColor: col];
       if ([col alphaComponent] != 1.0)
         [w setOpaque: NO];
-      
+
       f->border_width = bwidth;
       FRAME_NS_TITLEBAR_HEIGHT (f) = tibar_height;
       FRAME_TOOLBAR_HEIGHT (f) = tobar_height;
@@ -5995,7 +5994,7 @@ not_in_argv (NSString *arg)
             }
           break;
         }
-  
+
       emacsframe->want_fullscreen = FULLSCREEN_NONE;
     }
 
index 189fb783cbc1a4f7e6f9b54ce6fe1a7bd3fa43d7..acce9c0548c1dbbab2a5f3b0e5fa8571ff44c013 100644 (file)
@@ -28,7 +28,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "lisp.h"
 #include "termchar.h"
-#include "termopts.h"
 #include "tparam.h"
 #include "character.h"
 #include "buffer.h"
index 7bf71aeefe7d88726ba0f85213ce8bffcc354213..49588ef0cbd058da7652e0ba07717e8e3b6a073b 100644 (file)
@@ -17,15 +17,8 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-/* Nonzero means use ^S/^Q as cretinous flow control.  */
-extern int flow_control;
-
 /* Nonzero means use interrupt-driven input.  */
 extern int interrupt_input;
 
 /* Nonzero while interrupts are temporarily deferred during redisplay.  */
 extern int interrupts_deferred;
-
-/* Terminal has meta key */
-extern int meta_key;
-
index 7c68ff295cfa4507472550e0ae48ea7d57cbb23a..d23070791d8f3df5bd64d2dac56b87fa18af1423 100644 (file)
@@ -29,7 +29,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "keyboard.h"
 #include "blockinput.h"
 #include "termhooks.h"
-#include "termopts.h"
 
 #include <X11/Xproto.h>
 
index 8067899f9312d9172d346c4a2591c145537f87a8..289aac8492b8665ed3b32c6bbaabb81158c4817f 100644 (file)
@@ -35,7 +35,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "sysselect.h"
 #include "frame.h"
 #include "termhooks.h"
-#include "termopts.h"
 #include "xterm.h"
 #include "process.h"
 #include "keyboard.h"