aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-12 21:47:45 -0700
committerDan Nicolaescu2010-07-12 21:47:45 -0700
commitb3ffc17c5dafe807981af3e0b72b3508d3b4fff4 (patch)
tree9ead3d845ae4b514f7330a27e335fbe443442dfd /src/ChangeLog
parent0521f5806bfc9ad55488c26c9808f513b9384ff4 (diff)
downloademacs-b3ffc17c5dafe807981af3e0b72b3508d3b4fff4.tar.gz
emacs-b3ffc17c5dafe807981af3e0b72b3508d3b4fff4.zip
Convert maybe_fatal to standard C.
* src/lisp.h (verror): Declare. * src/eval.c (verror): New function containing the code from ... (error): ... this. Call verror. * src/term.c (vfatal): New function containing the code from ... (fatal): ... this. Call vfatal. (maybe_fatal): Convert to standard C, use variable number of arguments. Declare as non-return. (init_tty): Fix maybe_fatal call.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 667a82c14ec..d7d2f935492 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Convert maybe_fatal to standard C.
4 * lisp.h (verror): Declare.
5 * eval.c (verror): New function containing the code from ...
6 (error): ... this. Call verror.
7 * term.c (vfatal): New function containing the code from ...
8 (fatal): ... this. Call vfatal.
9 (maybe_fatal): Convert to standard C, use variable number of
10 arguments. Declare as non-return.
11 (init_tty): Fix maybe_fatal call.
12
12010-07-12 Dan Nicolaescu <dann@ics.uci.edu> 132010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2 14
3 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose) 15 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)