changeset 96235:659365240213

Replace truncate_partial_width_windows with Vtruncate_partial_width_windows.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Jun 2008 17:57:02 +0000
parents d83f0f57503f
children 8a7483c32b73
files src/termopts.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/termopts.h	Tue Jun 24 17:56:41 2008 +0000
+++ b/src/termopts.h	Tue Jun 24 17:57:02 2008 +0000
@@ -36,8 +36,8 @@
 /* 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