From: Richard M. Stallman Date: Tue, 19 Jul 1994 22:16:18 +0000 (+0000) Subject: (EmacsFrameSetCharSize): Delete the code to make rows at least 3. X-Git-Tag: emacs-19.34~7564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db18af03cfa402a61fc879f4433d4eb99b3de8b1;p=emacs.git (EmacsFrameSetCharSize): Delete the code to make rows at least 3. --- diff --git a/src/widget.c b/src/widget.c index 2bc5256f311..c127462b9e4 100644 --- a/src/widget.c +++ b/src/widget.c @@ -880,7 +880,6 @@ EmacsFrameSetCharSize (widget, columns, rows) int ac = 0; if (columns < 3) columns = 3; /* no way buddy */ - if (rows < 3) rows = 3; check_frame_size (f, &rows, &columns); f->display.x->vertical_scroll_bar_extra