diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-25 15:08:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-25 15:08:28 +0000 |
commit | a1d789d0f966b6fc95e7b53b3b3f177e9d59134f (patch) | |
tree | 3c8023123dd7115d631d13a19c3c698d866d90cc /src/dispnew.c | |
parent | a2b27e73353820c6d5410a72d1d4f55051f0936e (diff) | |
download | emacs-a1d789d0f966b6fc95e7b53b3b3f177e9d59134f.tar.gz |
(change_frame_size_1): Declare arg DELAY.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 8f010f7795b..fa78c95d50c 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2086,7 +2086,7 @@ change_frame_size (f, newheight, newwidth, pretend, delay) static void change_frame_size_1 (frame, newheight, newwidth, pretend, delay) register FRAME_PTR frame; - int newheight, newwidth, pretend; + int newheight, newwidth, pretend, delay; { /* If we can't deal with the change now, queue it for later. */ if (delay) |