emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Fri, 25 Feb 2005 16:50:00 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.196 emacs/src/dispextern.h:1.197
*** emacs/src/dispextern.h:1.196        Wed Feb 16 23:44:48 2005
--- emacs/src/dispextern.h      Fri Feb 25 21:49:59 2005
***************
*** 1887,1893 ****
  
    /* Vector of overlays to process.  Overlay strings are processed
       OVERLAY_STRING_CHUNK_SIZE at a time.  */
! #define OVERLAY_STRING_CHUNK_SIZE 3
    Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE];
  
    /* Total number of overlay strings to process.  This can be >
--- 1887,1893 ----
  
    /* Vector of overlays to process.  Overlay strings are processed
       OVERLAY_STRING_CHUNK_SIZE at a time.  */
! #define OVERLAY_STRING_CHUNK_SIZE 16
    Lisp_Object overlay_strings[OVERLAY_STRING_CHUNK_SIZE];
  
    /* Total number of overlay strings to process.  This can be >




reply via email to

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