diff options
| author | Ken Raeburn | 2002-07-19 14:37:32 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-19 14:37:32 +0000 |
| commit | 405ea71c67261d76afb50abc2e3f621a701a3987 (patch) | |
| tree | 7c784822d1b9da2ffd3524f8c43d2cfaaab12efb /src/ChangeLog | |
| parent | 7b1cc11936ed8f1497a4364d6ffddea69d40ccd5 (diff) | |
| download | emacs-405ea71c67261d76afb50abc2e3f621a701a3987.tar.gz emacs-405ea71c67261d76afb50abc2e3f621a701a3987.zip | |
(encode_terminal_code): Buffer pointer now const.
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 688b248e6a0..8ec634ca65f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,6 +26,8 @@ | |||
| 26 | (vox_write): Buffer argument points to const. | 26 | (vox_write): Buffer argument points to const. |
| 27 | * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string | 27 | * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string |
| 28 | contents as const. | 28 | contents as const. |
| 29 | * sysdep.c (emacs_write): Buffer pointer now const. | ||
| 30 | * term.c (encode_terminal_code): Buffer pointer now const. | ||
| 29 | * xfaces.c (may_use_scalable_font_p): Argument now points to | 31 | * xfaces.c (may_use_scalable_font_p): Argument now points to |
| 30 | const. | 32 | const. |
| 31 | (x_face_list_fonts, x_update_menu_appearance): | 33 | (x_face_list_fonts, x_update_menu_appearance): |