diff options
| author | Paul Eggert | 2014-09-10 17:29:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-10 17:29:54 -0700 |
| commit | fe252976a18bf7bb66009fa80c1c6f02b124404f (patch) | |
| tree | 3b89cb45b9b220b2c16d777f961b804e9a28b26a /src/ChangeLog | |
| parent | c8b22035d67421b02c69a20d0809b732ab4c7f01 (diff) | |
| download | emacs-fe252976a18bf7bb66009fa80c1c6f02b124404f.tar.gz emacs-fe252976a18bf7bb66009fa80c1c6f02b124404f.zip | |
* charset.c (Fget_unused_iso_final_char): Fix subscript error.
Use check_iso_charset_parameter instead of doing the checks by hand.
(check_iso_charset_parameter): Move up. Check parameters a bit
more carefully, and return true for 96-char sets. All callers changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 50f5fb8ca1e..f6cf9938573 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-09-10 Paul Eggert <eggert@penguin.cs.ucla.edu> | ||
| 2 | |||
| 3 | * charset.c (Fget_unused_iso_final_char): Fix subscript error. | ||
| 4 | Use check_iso_charset_parameter instead of doing the checks by hand. | ||
| 5 | (check_iso_charset_parameter): Move up. Check parameters a bit | ||
| 6 | more carefully, and return true for 96-char sets. All callers changed. | ||
| 7 | |||
| 1 | 2014-09-10 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-09-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Simplify lisp.h by removing the __COUNTER__ business. | 10 | Simplify lisp.h by removing the __COUNTER__ business. |