From: Erik Naggum Date: Sat, 24 Aug 1996 12:12:08 +0000 (+0000) Subject: (Fsplit_window): Fix previous change. X-Git-Tag: emacs-20.1~4039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb42d95500c2f2f904194e2abe615aa034bace4f;p=emacs.git (Fsplit_window): Fix previous change. --- diff --git a/src/window.c b/src/window.c index 41fc8f73075..c27991154ba 100644 --- a/src/window.c +++ b/src/window.c @@ -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)) {