aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2015-03-22 12:40:21 +0100
committerMartin Rudalics2015-03-22 12:40:21 +0100
commitbb7b23c5cbd0659a9e913ea4c4642bffe83541ef (patch)
tree18719d3ad924c25ed4358ae9a881b7dc4e6023d9 /lisp/ChangeLog
parentae3d7333608652cc35f1d50cac9ea90b55f12a08 (diff)
downloademacs-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/ChangeLog5
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 @@
12015-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
12015-03-21 Mario Lang <mlang@delysid.org> 62015-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