changeset 81677:a01517ba35e8

(max-mini-window-height): Added.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Jul 2007 17:18:42 +0000
parents a7f937665ba6
children 97a40a986c47
files lisp/cus-start.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Sun Jul 01 16:59:07 2007 +0000
+++ b/lisp/cus-start.el	Sun Jul 01 17:18:42 2007 +0000
@@ -139,6 +139,9 @@
 	     ;; eval.c
 	     (max-specpdl-size limits integer)
 	     (max-lisp-eval-depth limits integer)
+	     (max-mini-window-height limits
+				     (choice (const :tag "quarter screen" nil)
+					     number))
 	     (stack-trace-on-error debug
 				   (choice (const :tag "off")
 					   (repeat :menu-tag "When"