aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 21:46:35 -0800
committerPaul Eggert2011-03-08 21:46:35 -0800
commitb024a9466a0e238e053d0464f4a4f9b19d04648b (patch)
tree3483eb4a4d2b0180f5f0ec8d7c17b2ec81b039ca /src/ChangeLog
parente6ca6543685fded0d1b3322dd06d0fa70d3e2a44 (diff)
downloademacs-b024a9466a0e238e053d0464f4a4f9b19d04648b.tar.gz
emacs-b024a9466a0e238e053d0464f4a4f9b19d04648b.zip
* term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bbc818ec7d..89f4bbb3db9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -106,7 +106,6 @@
106 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph): 106 (term_get_fkeys_1, append_glyphless_glyph, produce_glyphless_glyph):
107 (turn_on_face, init_tty): Likewise. 107 (turn_on_face, init_tty): Likewise.
108 * termchar.h (struct tty_display_info): Likewise. 108 * termchar.h (struct tty_display_info): Likewise.
109 * term.c (tgetflag, tgetnum, tgetstr): Redefine to use const pointers.
110 109
111 * term.c (term_mouse_position): Rename local to avoid shadowing. 110 * term.c (term_mouse_position): Rename local to avoid shadowing.
112 111