summaryrefslogtreecommitdiff
path: root/src/termopts.h
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-06-24 17:57:02 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-06-24 17:57:02 +0000
commit7e17f53d30c7cc3ee911068b5f42e5cc78ce9bb2 (patch)
tree3d50fdfd528cc209a2d1e0b657031435c22a60d5 /src/termopts.h
parentbf7a8847fee4c005e578fd8357d0e64618628bb0 (diff)
downloademacs-7e17f53d30c7cc3ee911068b5f42e5cc78ce9bb2.tar.gz
Replace truncate_partial_width_windows with
Vtruncate_partial_width_windows.
Diffstat (limited to 'src/termopts.h')
-rw-r--r--src/termopts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termopts.h b/src/termopts.h
index ead2aca0205..681f6ed8e71 100644
--- a/src/termopts.h
+++ b/src/termopts.h
@@ -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