]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increment base size.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 2003 02:25:31 +0000 (02:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 2003 02:25:31 +0000 (02:25 +0000)
src/ChangeLog
src/puresize.h

index 55e468b018631f56fec315a77d4fc5a56ba1f24b..33dbe6c8a2f62ac0ebf84817bbdad755d42f867c 100644 (file)
@@ -1,3 +1,11 @@
+2003-06-26  Richard M. Stallman  <rms@gnu.org>
+
+       * puresize.h (BASE_PURESIZE): Increment base size.
+
+       * xdisp.c (fast_find_position): Enable Gerd's new definition.
+
+       * xterm.c (xim_initialize): Undo previous change.
+
 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
 
        * alloc.c (survives_gc_p): Simplify.
index fd5bf1829a9466e73b3a59317b2a94cd70a94bfb..67c8aede13420961239b7a08cffea8a1b6b9004a 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */