From: Chong Yidong Date: Tue, 24 Jun 2008 17:57:02 +0000 (+0000) Subject: Replace truncate_partial_width_windows with X-Git-Tag: emacs-pretest-23.0.90~4544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e17f53d30c7cc3ee911068b5f42e5cc78ce9bb2;p=emacs.git Replace truncate_partial_width_windows with Vtruncate_partial_width_windows. --- 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