aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4126bb59f5..2a7c20f5d92 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,9 +18,11 @@
18 18
192001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 192001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
20 20
21 * syntax.c: Fix argument names and usage. 21 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
22 instead of C) and usage.
22 23
23 * editfns.c: Fix argument names and usage. 24 * editfns.c (char-to-string): Fix argument names (use CHAR instead
25 of C) and usage.
24 26
25 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top', 27 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
26 `left', `max_width' and `max_height'. 28 `left', `max_width' and `max_height'.