diff options
| author | Pavel Janík | 2001-10-23 12:01:58 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-23 12:01:58 +0000 |
| commit | a50a10a02db37e323572c469d376674f5449c0ac (patch) | |
| tree | 9efd0a717910f358116031fafe3528c128b7ee31 /src/ChangeLog | |
| parent | 03195c584db36c2d78e5e0f36296f19143b55604 (diff) | |
| download | emacs-a50a10a02db37e323572c469d376674f5449c0ac.tar.gz emacs-a50a10a02db37e323572c469d376674f5449c0ac.zip | |
(modify-syntax-entry): Fix argument names (use CHAR instead of C) and usage.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7dac489349c..f8f0ac3866c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-10-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * syntax.c: Fix argument names and usage. | ||
| 4 | |||
| 5 | * editfns.c: Fix argument names and usage. | ||
| 6 | |||
| 7 | * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top', | ||
| 8 | `left', `max_width' and `max_height'. | ||
| 9 | |||
| 1 | 2001-10-23 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-10-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (display_line): For a tab continued to the next line, | 12 | * xdisp.c (display_line): For a tab continued to the next line, |