From 6da866a789b7cd5b113d465c08714bce9d560065 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Wed, 25 Aug 2010 10:16:19 +0000 Subject: Fixed my last commit where compilation was broken. (function put at the wrong place). --- generic/pg-response.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'generic/pg-response.el') diff --git a/generic/pg-response.el b/generic/pg-response.el index 08ad827b..8969301e 100644 --- a/generic/pg-response.el +++ b/generic/pg-response.el @@ -110,11 +110,6 @@ Internal variable, setting this will have no effect!") (defun proof-three-window-enable () (proof-layout-windows)) -(defun proof-safe-split-window-vertically () - (if (<= (window-height) (* 2 window-min-height)) - (enlarge-window (+ 3 (* 2 window-min-height)))) - (split-window-vertically)) - (defun proof-select-three-b (b1 b2 b3 &optional nohorizontalsplit) "Select three buffers. Put them into three windows, selecting the last one." (interactive "bBuffer1:\nbBuffer2:\nbBuffer3:") -- cgit v1.2.3