From: Richard M. Stallman Date: Sun, 30 Jan 1994 03:04:13 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~10146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdee26965a38e6ae869655ee5dd76524586f4c24;p=emacs.git entered into RCS --- diff --git a/src/widget.h b/src/widget.h index 91e74b43d37..ad786ae6997 100644 --- a/src/widget.h +++ b/src/widget.h @@ -85,6 +85,6 @@ extern WidgetClass emacsFrameClass; extern struct _DisplayContext* display_context; /* Special entrypoints */ -void EmacsFrameSetCharSize (Widget widget, int rows, int cols); +void EmacsFrameSetCharSize (); #endif /* _EmacsFrame_h */