aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-01-20 14:23:23 +0000
committerStefan Monnier <[email protected]>2005-01-20 14:23:23 +0000
commit66c226bf5a1e8289b0ce676d5e4225810a11af91 (patch)
tree0d30aeb7074ed45d094303a05d086a24e4f19891 /lisp/ChangeLog
parentf0d3d9feb068b5bff633efaf355c31706caaa94f (diff)
(handle-select-window): Don't switch window when we're in the minibuffer.
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 05a6915355..5abd6512e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-20 Stefan Monnier <[email protected]>
+
+ * window.el (handle-select-window): Don't switch window when we're
+ in the minibuffer.
+
2005-01-10 Paul Pogonyshev <[email protected]>
* subr.el (dotimes-with-progress-reporter): New macro.