diff options
| author | Martin Rudalics | 2010-06-07 21:28:02 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-06-07 21:28:02 +0300 |
| commit | 13b5221f4df08dd203b36cc444aab7e825dd29f8 (patch) | |
| tree | 2cd4b4012752a3d6950b22a6b23e8b70858fa6bd /src/ChangeLog | |
| parent | 5220357f5856b5b917e84bb6f745982df05a9684 (diff) | |
| download | emacs-13b5221f4df08dd203b36cc444aab7e825dd29f8.tar.gz emacs-13b5221f4df08dd203b36cc444aab7e825dd29f8.zip | |
* window.el (pop-to-buffer): Remove the conditional that
compares new-window and old-window, so it will reselect
the selected window unconditionally.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
* window.c (Fselect_window): Move `record_buffer' up to the
beginning of this function, so the buffer gets recorded
even if the selected window does not change.
http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8bf8d723e3e..d8990772d68 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-06-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fselect_window): Move `record_buffer' up to the | ||
| 4 | beginning of this function, so the buffer gets recorded | ||
| 5 | even if the selected window does not change. | ||
| 6 | http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html | ||
| 7 | |||
| 1 | 2010-06-07 Juanma Barranquero <lekktu@gmail.com> | 8 | 2010-06-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings. | 10 | * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings. |