1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

Replace truncate_partial_width_windows with

Vtruncate_partial_width_windows.
This commit is contained in:
Chong Yidong 2008-06-24 17:57:02 +00:00
parent bf7a8847fe
commit 7e17f53d30

View 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