diff options
| author | Julien Danjou | 2011-03-23 11:06:57 +0100 |
|---|---|---|
| committer | Julien Danjou | 2011-03-23 11:06:57 +0100 |
| commit | dee091a37f6486dbbcf7bf00f6ee54d77033f997 (patch) | |
| tree | 922b3490e04f512f9664ca350102d57a18296680 /src/ChangeLog | |
| parent | 904a432cf44c176fa3c88a975f046d0cf2992023 (diff) | |
| download | emacs-dee091a37f6486dbbcf7bf00f6ee54d77033f997.tar.gz emacs-dee091a37f6486dbbcf7bf00f6ee54d77033f997.zip | |
Use Frun_hooks rather than calling Vrun_hooks manually
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4994aaa9fa8..f9766115042 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2011-03-23 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * term.c (Fsuspend_tty, Fresume_tty): | ||
| 4 | * minibuf.c (read_minibuf, run_exit_minibuf_hook): | ||
| 5 | * window.c (temp_output_buffer_show): | ||
| 6 | * insdel.c (signal_before_change): | ||
| 7 | * frame.c (Fhandle_switch_frame): | ||
| 8 | * fileio.c (Fdo_auto_save): | ||
| 9 | * emacs.c (Fkill_emacs): | ||
| 10 | * editfns.c (save_excursion_restore): | ||
| 11 | * cmds.c (internal_self_insert): | ||
| 12 | * callint.c (Fcall_interactively): | ||
| 13 | * buffer.c (Fkill_all_local_variables): | ||
| 14 | * keyboard.c (Fcommand_execute, Fsuspend_emacs, safe_run_hooks_1): | ||
| 15 | Use Frun_hooks. | ||
| 16 | (command_loop_1): Use Frun_hooks. Call safe_run_hooks | ||
| 17 | unconditionnaly since it does the check itself. | ||
| 18 | |||
| 1 | 2011-03-23 Paul Eggert <eggert@cs.ucla.edu> | 19 | 2011-03-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 20 | ||
| 3 | Fix more problems found by GCC 4.5.2's static checks. | 21 | Fix more problems found by GCC 4.5.2's static checks. |