diff options
| author | Jim Blandy | 1992-07-15 20:51:10 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-15 20:51:10 +0000 |
| commit | 1265558a6a1da71fec342714940f64f406bb32d9 (patch) | |
| tree | 4ecc88f2c8541d38ead8dc4df8039a79e73a9940 /src | |
| parent | 52799cb807287a949bcf79ab1254f85529b03ca9 (diff) | |
| download | emacs-1265558a6a1da71fec342714940f64f406bb32d9.tar.gz emacs-1265558a6a1da71fec342714940f64f406bb32d9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c index 57ffeda04b2..364b9b2e4ad 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1222,9 +1222,11 @@ For values specific to the separate minibuffer frame, see\n\ | |||
| 1222 | defsubr (&Sframe_focus); | 1222 | defsubr (&Sframe_focus); |
| 1223 | defsubr (&Sframe_parameters); | 1223 | defsubr (&Sframe_parameters); |
| 1224 | defsubr (&Smodify_frame_parameters); | 1224 | defsubr (&Smodify_frame_parameters); |
| 1225 | #if 0 | ||
| 1225 | defsubr (&Sframe_pixel_size); | 1226 | defsubr (&Sframe_pixel_size); |
| 1226 | defsubr (&Sframe_height); | 1227 | defsubr (&Sframe_height); |
| 1227 | defsubr (&Sframe_width); | 1228 | defsubr (&Sframe_width); |
| 1229 | #endif | ||
| 1228 | defsubr (&Sset_frame_height); | 1230 | defsubr (&Sset_frame_height); |
| 1229 | defsubr (&Sset_frame_width); | 1231 | defsubr (&Sset_frame_width); |
| 1230 | defsubr (&Sset_frame_size); | 1232 | defsubr (&Sset_frame_size); |