* window.el (display-buffer): In display-buffer bind
split-window-keep-point to t, bug#14829.
+2013-07-25 Martin Rudalics <rudalics@gmx.at>
+
+ * window.el (display-buffer): In display-buffer bind
+ split-window-keep-point to t, bug#14829.
+
2013-07-25 Juanma Barranquero <lekktu@gmail.com>
* desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
(let ((buffer (if (bufferp buffer-or-name)
buffer-or-name
(get-buffer buffer-or-name)))
+ ;; Make sure that when we split windows the old window keeps
+ ;; point, bug#14829.
+ (split-window-keep-point t)
;; Handle the old form of the first argument.
(inhibit-same-window (and action (not (listp action)))))
(unless (listp action) (setq action nil))