diff options
Diffstat (limited to 'lisp/textmodes/two-column.el')
| -rw-r--r-- | lisp/textmodes/two-column.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 68b858162df..de9ac10d0e9 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -333,7 +333,7 @@ first and the associated buffer to its right." | |||
| 333 | ;; first go to full width, so that we can certainly split into two windows | 333 | ;; first go to full width, so that we can certainly split into two windows |
| 334 | (unless (window-full-width-p) | 334 | (unless (window-full-width-p) |
| 335 | (enlarge-window 99999 t)) | 335 | (enlarge-window 99999 t)) |
| 336 | (split-window-horizontally | 336 | (split-window-right |
| 337 | (max window-min-width (min 2C-window-width | 337 | (max window-min-width (min 2C-window-width |
| 338 | (- (frame-width) window-min-width)))) | 338 | (- (frame-width) window-min-width)))) |
| 339 | (if (2C-other) | 339 | (if (2C-other) |