aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-27 14:51:21 +0400
committerDmitry Antipov2014-08-27 14:51:21 +0400
commit28e0124dd05419689a8a94ec4381e53d4644989c (patch)
tree227e2536ea4f4942fb05547d07cd695dc8d7bae8 /src/ChangeLog
parent7fb78a081b8272034515dcb74e18034f5f71363d (diff)
downloademacs-28e0124dd05419689a8a94ec4381e53d4644989c.tar.gz
emacs-28e0124dd05419689a8a94ec4381e53d4644989c.zip
* src/keyboard.c (Vtop_level_message): Rename to
Vinternal__top_level_message, as suggested by Stefan Monnier in http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00493.html All related users changed. * lisp/startup.el (normal-top-level): Now use internal--top-level-message. * doc/lispref/eval.texi (Eval): Mention possible recovery from stack overflow.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bc6c1069ad..33fea805898 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,10 @@
6 (handle_sigsegv): Check whether we really crash somewhere near 6 (handle_sigsegv): Check whether we really crash somewhere near
7 to stack boundary, and handle fatal signal as usual if not. 7 to stack boundary, and handle fatal signal as usual if not.
8 (init_sigsegv): Adjust accordingly. 8 (init_sigsegv): Adjust accordingly.
9 * keyboard.c (Vtop_level_message): Rename to
10 Vinternal__top_level_message, as suggested by Stefan Monnier in
11 http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00493.html
12 All related users changed.
9 13
102014-08-26 Dmitry Antipov <dmantipov@yandex.ru> 142014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
11 15