diff options
| author | Paul Eggert | 2011-04-13 19:53:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 19:53:50 -0700 |
| commit | 50436f3383af8a123437e9bece3a584597a227f2 (patch) | |
| tree | a247185ac27daa69312edca149ae723dce33c05c /src/ChangeLog | |
| parent | 64520e5cf9ad7cba4f23288bffeec1aa2fff6c49 (diff) | |
| download | emacs-50436f3383af8a123437e9bece3a584597a227f2.tar.gz emacs-50436f3383af8a123437e9bece3a584597a227f2.zip | |
* textprop.c (interval_insert_behind_hooks): Now static.
(interval_insert_in_front_hooks): Likewise.
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 3a649e0410b..7d5ae728f79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * textprop.c (interval_insert_behind_hooks): Now static. | ||
| 4 | (interval_insert_in_front_hooks): Likewise. | ||
| 5 | |||
| 3 | * term.c: Make symbols static if they're not exported. | 6 | * term.c: Make symbols static if they're not exported. |
| 4 | (tty_turn_off_highlight, get_tty_terminal, max_frame_cols): | 7 | (tty_turn_off_highlight, get_tty_terminal, max_frame_cols): |
| 5 | (max_frame_lines, tty_set_terminal_modes): | 8 | (max_frame_lines, tty_set_terminal_modes): |