aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-09-28 16:10:41 +0200
committerEli Zaretskii2012-09-28 16:10:41 +0200
commit404043ea8821e8902190e2e7d1140224c3ae33ea (patch)
tree78101f5a1940c0ff4b63959b9193ed559d82336f /src/ChangeLog
parent7f457c067de84a0973883ef7889e648fbb17b055 (diff)
downloademacs-404043ea8821e8902190e2e7d1140224c3ae33ea.tar.gz
emacs-404043ea8821e8902190e2e7d1140224c3ae33ea.zip
Rename "Automatic Redisplay" entry in Lisp backtrace.
src/xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from Qautomatic_redisplay and change the symbol name. All users changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6a6d91b75a..92ab8080c9d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-09-28 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
4 Qautomatic_redisplay and change the symbol name. All users changed.
5
12012-09-28 Tomohiro Matsuyama <tomo@cx4a.org> 62012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
2 7
3 * profiler.c (sigprof_handler): Fix race condition. 8 * profiler.c (sigprof_handler): Fix race condition.