diff options
| author | Richard M. Stallman | 1994-01-30 03:04:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-30 03:04:13 +0000 |
| commit | cdee26965a38e6ae869655ee5dd76524586f4c24 (patch) | |
| tree | 646a6046cfc52fc219f3605ec97ebbd64784c43e /src | |
| parent | 64116ad5e72196d3f32cda8c839632845e169af6 (diff) | |
| download | emacs-cdee26965a38e6ae869655ee5dd76524586f4c24.tar.gz 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; | |||
| 85 | extern struct _DisplayContext* display_context; | 85 | extern struct _DisplayContext* display_context; |
| 86 | 86 | ||
| 87 | /* Special entrypoints */ | 87 | /* Special entrypoints */ |
| 88 | void EmacsFrameSetCharSize (Widget widget, int rows, int cols); | 88 | void EmacsFrameSetCharSize (); |
| 89 | 89 | ||
| 90 | #endif /* _EmacsFrame_h */ | 90 | #endif /* _EmacsFrame_h */ |