diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-30 03:04:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-30 03:04:13 +0000 |
commit | cdee26965a38e6ae869655ee5dd76524586f4c24 (patch) | |
tree | 646a6046cfc52fc219f3605ec97ebbd64784c43e /src | |
parent | 64116ad5e72196d3f32cda8c839632845e169af6 (diff) | |
download | emacs-cdee26965a38e6ae869655ee5dd76524586f4c24.tar.gz emacs-cdee26965a38e6ae869655ee5dd76524586f4c24.tar.bz2 emacs-cdee26965a38e6ae869655ee5dd76524586f4c24.zip |
entered into RCS
Diffstat (limited to 'src')
-rw-r--r-- | src/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |