diff options
| author | Ken Raeburn | 2000-04-08 19:39:03 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-08 19:39:03 +0000 |
| commit | 87f673176c5c159a62833ea4df659da2e1cd10fe (patch) | |
| tree | b19c5d755a4544cc1bb0d8711b3b8cb134218572 /src/ChangeLog | |
| parent | e8413c3b81513e549851fab9256e0bd2e02ea4cc (diff) | |
| download | emacs-87f673176c5c159a62833ea4df659da2e1cd10fe.tar.gz emacs-87f673176c5c159a62833ea4df659da2e1cd10fe.zip | |
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
charset id (int) argument, not a charset (Lisp_Object).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2870cf3af76..2e2358e0679 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-04-08 Ken Raeburn <raeburn@gnu.org> | 1 | 2000-04-08 Ken Raeburn <raeburn@gnu.org> |
| 2 | 2 | ||
| 3 | * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a | ||
| 4 | charset id (int) argument, not a charset (Lisp_Object). | ||
| 5 | |||
| 3 | * coding.h (code_convert_string): Declare. | 6 | * coding.h (code_convert_string): Declare. |
| 4 | * coding.c (code_convert_string_norecord): Pass an int, not a lisp | 7 | * coding.c (code_convert_string_norecord): Pass an int, not a lisp |
| 5 | object, as the fourth argument to code_convert_string. | 8 | object, as the fourth argument to code_convert_string. |