From: Richard M. Stallman Date: Sun, 1 Jul 2007 17:18:42 +0000 (+0000) Subject: (max-mini-window-height): Added. X-Git-Tag: emacs-pretest-23.0.90~12064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8add097ba81a9304e9439eab5903ce263972398;p=emacs.git (max-mini-window-height): Added. --- 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"