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:
parent
bf7a8847fe
commit
7e17f53d30
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue