diff options
| author | Paul Eggert | 2011-04-13 15:53:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 15:53:58 -0700 |
| commit | 57a96f5c91758efc0acf2c343dc876d0e0926018 (patch) | |
| tree | 619475e80ea847f4045da7c153d1eafa6e7296e8 /src/ChangeLog | |
| parent | 35f08c383e85c6de5a87fc3e16993354b9987ae9 (diff) | |
| download | emacs-57a96f5c91758efc0acf2c343dc876d0e0926018.tar.gz emacs-57a96f5c91758efc0acf2c343dc876d0e0926018.zip | |
* eval.c: Make symbols static if they're not exported.
(backtrace_list, lisp_eval_depth, when_entered_debugger): Now static.
* lisp.h (backtrace_list): Remove decl.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe3fd550544..5a6da2ab788 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * eval.c: Make symbols static if they're not exported. | ||
| 4 | (backtrace_list, lisp_eval_depth, when_entered_debugger): Now static. | ||
| 5 | * lisp.h (backtrace_list): Remove decl. | ||
| 6 | |||
| 3 | * emacs.c: Make symbols static if they're not exported. | 7 | * emacs.c: Make symbols static if they're not exported. |
| 4 | (malloc_state_ptr, malloc_using_checking, syms_of_emacs): | 8 | (malloc_state_ptr, malloc_using_checking, syms_of_emacs): |
| 5 | (fatal_error_code, fatal_error_signal_hook, standard_args): | 9 | (fatal_error_code, fatal_error_signal_hook, standard_args): |