1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00

(Fsplit_window): Fix previous change.

This commit is contained in:
Erik Naggum 1996-08-24 12:12:08 +00:00
parent 51b592fb33
commit fb42d95500

View file

@ -2332,7 +2332,6 @@ and put SIZE columns in the first of the pair.")
o = XWINDOW (window);
fo = XFRAME (WINDOW_FRAME (o));
width = XFASTINT (o->width);
if (NILP (size))
{