aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChristopher Schmidt2012-07-25 11:43:12 +0200
committerMartin Rudalics2012-07-25 11:43:12 +0200
commitf08088e354f5933e0df618c80ccbf2635bb45bef (patch)
treead26bd7d8e2d01abb29a3efacec78d15a4ee21da /lisp/ChangeLog
parent8137e7b3165ea5dffc66a0a49f34716df0c00c2d (diff)
downloademacs-f08088e354f5933e0df618c80ccbf2635bb45bef.tar.gz
emacs-f08088e354f5933e0df618c80ccbf2635bb45bef.zip
In pp-display-expression select old selected window only if it is still live (Bug#12034).
* emacs-lisp/pp.el (pp-display-expression): Select old selected window only if it is still live (Bug#12034).
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 5dbd7fb4bf1..95f59c65fc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2
3 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4 window only if it is still live (Bug#12034).
5
12012-07-25 Martin Rudalics <rudalics@gmx.at> 62012-07-25 Martin Rudalics <rudalics@gmx.at>
2 7
3 * subr.el (redirect-frame-focus): Add advertised calling 8 * subr.el (redirect-frame-focus): Add advertised calling