diff options
| author | Stefan Monnier | 2014-05-24 11:50:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-05-24 11:50:05 -0400 |
| commit | 3b1c4207001a24c047f73fe882ae16a1ff05cdc4 (patch) | |
| tree | 59182022acab08af836891bca86122c4fdd77842 /src/ChangeLog | |
| parent | 486eebacf33c4d0835279cdb009bc02c2d687e6c (diff) | |
| download | emacs-3b1c4207001a24c047f73fe882ae16a1ff05cdc4.tar.gz emacs-3b1c4207001a24c047f73fe882ae16a1ff05cdc4.zip | |
* src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.
(safe__call, safe__call1, safe__eval): New functions.
(safe_call): Use it.
(prepare_menu_bars): Use it for pre-redisplay-function.
(display_mode_element): Same for `:eval'.
Fixes: debbugs:17577
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 256eeeaa4b3..c95e0c9de15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c: Bind inhibit-quit during pre-redisplay-function. | ||
| 4 | (safe__call, safe__call1, safe__eval): New functions. | ||
| 5 | (safe_call): Use it. | ||
| 6 | (prepare_menu_bars): Use it for pre-redisplay-function (bug#17577). | ||
| 7 | (display_mode_element): Same for `:eval'. | ||
| 8 | |||
| 1 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fix port to 32-bit AIX (Bug#17540). | 11 | Fix port to 32-bit AIX (Bug#17540). |