From a6eaaa58571bbbee63d96f4fa7220a3160c760e1 Mon Sep 17 00:00:00 2001 From: andersvi Date: Sat, 28 Aug 2010 13:00:25 +0000 Subject: [PATCH] adjusting buffer-showing to version of display-buffer in emacs 23. Setting split-width-threshold to nil inhibits horizontal splitting and gets you the behavior of Emacs 22 in this respect. git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@10274 a380766d-ff14-0410-b294-a243070f3f08 --- el/sclang-interp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/sclang-interp.el b/el/sclang-interp.el index 7fb9c92..60d2d48 100644 --- a/el/sclang-interp.el +++ b/el/sclang-interp.el @@ -97,7 +97,7 @@ Default behavior is to only scroll when point is not at end of buffer." If EOB-P is non-nil, positions cursor at end of buffer." (interactive "P") (with-sclang-post-buffer - (let ((window (display-buffer (current-buffer) :frame t))) + (let ((window (display-buffer (current-buffer)))) (when eob-p (goto-char (point-max)) (save-selected-window