To whom this may concern:

 

The size of the first frame created by an Emacs 22.1 instance and the subsequent frames created by that instance differ on Windows.  The first frame is exactly three lines shorter than all subsequent frames.

 

Steps to reproduce:

 

1. Put the following line in your .emacs file:

 

(add-to-list 'default-frame-alist '(height . 57))

 

2. Start a new instance of Emacs.  Note the height of the frame.

 

3. Press C-x 5 2 to create a new frame.  You will notice that this new frame is three lines longer than the old one.

 

Thank you,

 

Rocco Pigneri