diff options
| author | Martin Rudalics | 2013-07-25 11:58:27 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2013-07-25 11:58:27 +0200 |
| commit | f47ad11b6b9db136d1fdbfdb4ac575d620d14597 (patch) | |
| tree | e2a74b2ad2cd87834dc420dc204babbfd18e7423 /lisp/ChangeLog | |
| parent | f63ebeb54e453b3da139d3495eb2f1f59bab46c7 (diff) | |
| download | emacs-f47ad11b6b9db136d1fdbfdb4ac575d620d14597.tar.gz emacs-f47ad11b6b9db136d1fdbfdb4ac575d620d14597.zip | |
In display-buffer bind split-window-keep-point to t, bug#14829.
* window.el (display-buffer): In display-buffer bind
split-window-keep-point to t, bug#14829.
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 384e15f758c..6e0b22c9835 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-25 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (display-buffer): In display-buffer bind | ||
| 4 | split-window-keep-point to t, bug#14829. | ||
| 5 | |||
| 1 | 2013-07-25 Juanma Barranquero <lekktu@gmail.com> | 6 | 2013-07-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * desktop.el: Rename internal "desktop-X" frame params to "desktop--X". | 8 | * desktop.el: Rename internal "desktop-X" frame params to "desktop--X". |