aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 21:40:59 -0800
committerPaul Eggert2011-03-08 21:40:59 -0800
commite6ca6543685fded0d1b3322dd06d0fa70d3e2a44 (patch)
tree969ad9f2d24435ee2767372bb0fd6ac91859e4a5 /src/ChangeLog
parent7f3f1250d4f74203c828e7ba03b721b1f269a0d7 (diff)
downloademacs-e6ca6543685fded0d1b3322dd06d0fa70d3e2a44.tar.gz
emacs-e6ca6543685fded0d1b3322dd06d0fa70d3e2a44.zip
* alloc.c (mark_ttys): Move decl from here ...
* lisp.h (mark_ttys): ... to here, so that it's checked against defn.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3695bda635..8bbc818ec7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -110,6 +110,9 @@
110 110
111 * term.c (term_mouse_position): Rename local to avoid shadowing. 111 * term.c (term_mouse_position): Rename local to avoid shadowing.
112 112
113 * alloc.c (mark_ttys): Move decl from here ...
114 * lisp.h (mark_ttys): ... to here, so that it's checked against defn.
115
1132011-03-06 Chong Yidong <cyd@stupidchicken.com> 1162011-03-06 Chong Yidong <cyd@stupidchicken.com>
114 117
115 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06 118 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06