emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termopts.h,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/termopts.h,v
Date: Tue, 24 Jun 2008 17:57:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/06/24 17:57:02

Index: termopts.h
===================================================================
RCS file: /sources/emacs/emacs/src/termopts.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- termopts.h  15 May 2008 03:25:10 -0000      1.14
+++ termopts.h  24 Jun 2008 17:57:02 -0000      1.15
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]