summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/generate-lisp-file.el
diff options
context:
space:
mode:
authorRichard Sent <richard@freakingpenguin.com>2024-05-27 11:32:00 -0400
committerEli Zaretskii <eliz@gnu.org>2024-06-08 15:15:36 +0300
commit579aaa1ec24b0bd139053919cc87b493773248ce (patch)
tree1918bc32ce054791f142ef350f13d25aa131756d /lisp/emacs-lisp/generate-lisp-file.el
parent35e65a84eb070932318d90ce06ae95b02c7c95ba (diff)
downloademacs-579aaa1ec24b0bd139053919cc87b493773248ce.tar.gz
emacs-579aaa1ec24b0bd139053919cc87b493773248ce.tar.bz2
emacs-579aaa1ec24b0bd139053919cc87b493773248ce.zip
Make 'clone-indirect-buffer-other-window' use other window
Previously, depending on the settings in 'display-buffer-alist', 'clone-indirect-buffer-other-window' would display the cloned buffer in the original window, behaving identically to 'clone-indirect-buffer' with a non-nil display-flag. This behavior was inconsistent with other-window commands which always used another window. Now, 'clone-indirect-buffer-other-window' uses 'switch-to-buffer-other-window'. This means it uses the same logic as other-window commands like 'find-file-other-window' and 'info-other-window'. display-flag was kept for API stability and functional compatibility reasons. * lisp/simple.el: (clone-indirect-buffer-other-window): Use switch-to-buffer-other-window. (Bug#70819)
Diffstat (limited to 'lisp/emacs-lisp/generate-lisp-file.el')
0 files changed, 0 insertions, 0 deletions