aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 18:57:17 -0700
committerPaul Eggert2011-04-13 18:57:17 -0700
commitadddb2655cb09a2fb2ef54942692376ff85e969d (patch)
tree716a5ade0fd59881c6a338400f4bcef40198dfbe /src/ChangeLog
parent1717ede2bb852dc687a07a27d3362619ba5085e9 (diff)
downloademacs-adddb2655cb09a2fb2ef54942692376ff85e969d.tar.gz
emacs-adddb2655cb09a2fb2ef54942692376ff85e969d.zip
* sysdep.c (croak): Move decl from here to syssignal.h.
* syssignal.h (croak): Put it here, so the API can be checked when 'croak' is called from dissociate_if_controlling_tty.
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 685a30d21d7..37225e11f76 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * sysdep.c (croak): Move decl from here to syssignal.h.
4 * syssignal.h (croak): Put it here, so the API can be checked when
5 'croak' is called from dissociate_if_controlling_tty.
6
3 * minibuf.c: Make symbols static if they're not exported. 7 * minibuf.c: Make symbols static if they're not exported.
4 (minibuf_save_list, choose_minibuf_frame): Now static. 8 (minibuf_save_list, choose_minibuf_frame): Now static.
5 * lisp.h (choose_minibuf_frame): Remove decl. 9 * lisp.h (choose_minibuf_frame): Remove decl.