Mercurial > hg > xemacs-beta
comparison lisp/prim/frame.el @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 9f59509498e1 |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
1029 | 1029 |
1030 (if save-frame | 1030 (if save-frame |
1031 (append (list save-frame) frames) | 1031 (append (list save-frame) frames) |
1032 frames))) | 1032 frames))) |
1033 | 1033 |
1034 (defvar temp-buffer-shrink-to-fit t | 1034 (defvar temp-buffer-shrink-to-fit nil |
1035 "*When non-nil resize temporary output buffers to minimize blank lines.") | 1035 "*When non-nil resize temporary output buffers to minimize blank lines.") |
1036 | 1036 |
1037 (defvar temp-buffer-max-height .5 | 1037 (defvar temp-buffer-max-height .5 |
1038 "*Proportion of frame to use for temp windows.") | 1038 "*Proportion of frame to use for temp windows.") |
1039 | 1039 |