emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h,v
Date: Tue, 02 Oct 2007 21:55:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 21:55:28

Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- termhooks.h 27 Sep 2007 19:50:02 -0000      1.86
+++ termhooks.h 2 Oct 2007 21:55:27 -0000       1.87
@@ -317,7 +317,7 @@
 {
   /* The first two fields are really the header of a vector */
   /* The terminal code does not refer to them.  */
-  EMACS_INT size;
+  EMACS_UINT size;
   struct Lisp_Vector *vec_next;
 
   /* Parameter alist of this terminal.  */




reply via email to

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