emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog.8


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.8
Date: Tue, 28 Jan 2003 18:49:19 -0500

Index: emacs/src/ChangeLog.8
diff -c emacs/src/ChangeLog.8:1.6 emacs/src/ChangeLog.8:1.7
*** emacs/src/ChangeLog.8:1.6   Thu Nov  7 16:00:34 2002
--- emacs/src/ChangeLog.8       Tue Jan 28 18:49:11 2003
***************
*** 1187,1196 ****
        * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
        compilation on USE_TEXT_PROPERTIES.
  
!       * Fbyte_code: Use block statements in cases and declare v1 and v2
!       locally there.  Rearrange case statements so that those most
!       frequently executed come first.  Avoid goto's in frequently
!       executed cases.
  
  1999-11-05  Gerd Moellmann  <address@hidden>
  
--- 1187,1196 ----
        * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
        compilation on USE_TEXT_PROPERTIES.
  
!       * bytecode.c (Fbyte_code): Use block statements in cases and
!       declare v1 and v2 locally there.  Rearrange case statements so
!       that those most frequently executed come first.  Avoid goto's in
!       frequently executed cases.
  
  1999-11-05  Gerd Moellmann  <address@hidden>
  




reply via email to

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