From f8add097ba81a9304e9439eab5903ce263972398 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Jul 2007 17:18:42 +0000 Subject: [PATCH] (max-mini-window-height): Added. --- lisp/cus-start.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 61f073119e7..776d2db868f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -139,6 +139,9 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of ;; 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" -- 2.39.2