]> code.delx.au - gnu-emacs/commitdiff
Replace truncate_partial_width_windows with
authorChong Yidong <cyd@stupidchicken.com>
Tue, 24 Jun 2008 17:57:02 +0000 (17:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Jun 2008 17:57:02 +0000 (17:57 +0000)
Vtruncate_partial_width_windows.

src/termopts.h

index ead2aca0205ef862651ab27f811b05d4218d44e6..681f6ed8e71dc49c91544d73776160404c8a685e 100644 (file)
@@ -36,8 +36,8 @@ extern int interrupts_deferred;
 /* Terminal has meta key */
 extern int meta_key;
 
-/* Nonzero means truncate lines in all windows less wide than the frame */
-extern int truncate_partial_width_windows;
+/* Defined in xdisp.c */
+extern Lisp_Object Vtruncate_partial_width_windows;
 
 /* Nonzero means no need to redraw the entire frame on resuming a suspended
    Emacs.  This is useful on terminals with multiple pages, where one page is