diff options
| author | Paul Eggert | 2011-03-14 15:36:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 15:36:12 -0700 |
| commit | 604efe86a9fa5ab29cb701136b4a2dac1526062a (patch) | |
| tree | 55057cda11874b108d6e6c65834b995ae5410326 /src/ChangeLog | |
| parent | c1141155bab3b9e7b7c7663329715d492bbbccb2 (diff) | |
| download | emacs-604efe86a9fa5ab29cb701136b4a2dac1526062a.tar.gz emacs-604efe86a9fa5ab29cb701136b4a2dac1526062a.zip | |
* sysdep.c (reset_io): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55fa10066ef..97fa2706cbb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c (reset_io): Now static. | ||
| 4 | |||
| 3 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | 5 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): |
| 4 | (copy_keymap_item, append_key, push_text_char_description): | 6 | (copy_keymap_item, append_key, push_text_char_description): |
| 5 | Now static. | 7 | Now static. |