diff options
| author | Martin Rudalics | 2015-03-22 12:40:21 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-03-22 12:40:21 +0100 |
| commit | bb7b23c5cbd0659a9e913ea4c4642bffe83541ef (patch) | |
| tree | 18719d3ad924c25ed4358ae9a881b7dc4e6023d9 /lisp/ChangeLog | |
| parent | ae3d7333608652cc35f1d50cac9ea90b55f12a08 (diff) | |
| download | emacs-bb7b23c5cbd0659a9e913ea4c4642bffe83541ef.tar.gz emacs-bb7b23c5cbd0659a9e913ea4c4642bffe83541ef.zip | |
In `debug' don't try using window on inaccessible frame (Bug#17170).
* emacs-lisp/debug.el (debug): Don't try using "previous"
window when its not live or on an invisible frame (Bug#17170).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b28517f07ed..8f888e37b06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * emacs-lisp/debug.el (debug): Don't try using "previous" window | ||
| 4 | when its not live or on an invisible frame (Bug#17170). | ||
| 5 | |||
| 1 | 2015-03-21 Mario Lang <mlang@delysid.org> | 6 | 2015-03-21 Mario Lang <mlang@delysid.org> |
| 2 | 7 | ||
| 3 | * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call | 8 | * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call |