diff options
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 27d72d4e049..b83f26fc12f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -142,6 +142,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" |