aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-04-24 01:28:43 +0000
committerKenichi Handa2003-04-24 01:28:43 +0000
commit9af7511a2adde9a3d745fd5530bd5a898b81c744 (patch)
tree2a1d857102cc2353e2063743ab94bea13ced2118 /src/ChangeLog
parente3b2c21fc734645ad0cc37e708be33cff22c68b5 (diff)
downloademacs-9af7511a2adde9a3d745fd5530bd5a898b81c744.tar.gz
emacs-9af7511a2adde9a3d745fd5530bd5a898b81c744.zip
(skip_chars): Make the code faster by using the common
technique of *p, *stop, and *endp.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3992e51cf27..2ed1cf6fd4c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-04-24 Kenichi Handa <handa@m17n.org>
2
3 * syntax.c (skip_chars): Make the code faster by using the common
4 technique of *p, *stop, and *endp.
5
12003-04-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62003-04-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling 8 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling