diff options
| author | Kenichi Handa | 2002-08-20 13:12:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-20 13:12:32 +0000 |
| commit | b402f819e5d44313d46c063aaa99d1754e881069 (patch) | |
| tree | e16495a05cd535239edadf3535442f15a2f2c209 /src | |
| parent | 48ef988f74da0a93c07ebf70174dfa8e1d25ce94 (diff) | |
| download | emacs-b402f819e5d44313d46c063aaa99d1754e881069.tar.gz emacs-b402f819e5d44313d46c063aaa99d1754e881069.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56a5a21e39b..488a7bf031a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | (syms_of_character): Setup Vprintable_chars. | 23 | (syms_of_character): Setup Vprintable_chars. |
| 24 | 24 | ||
| 25 | * editfns.c (Fchar_equal): Fix for the unibyte case. | 25 | * editfns.c (Fchar_equal): Fix for the unibyte case. |
| 26 | (Finsert_byte): New function. | ||
| 27 | (syms_of_editfns): Defsubr it. | ||
| 26 | 28 | ||
| 27 | * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead | 29 | * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead |
| 28 | of direct code 0x3ffff. | 30 | of direct code 0x3ffff. |