]> git.eshelyaron.com Git - emacs.git/commitdiff
(max-mini-window-height): Added.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Jul 2007 17:18:42 +0000 (17:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Jul 2007 17:18:42 +0000 (17:18 +0000)
lisp/cus-start.el

index 61f073119e7c10e6c38ccf8fe763964e9c8df458..776d2db868f43aa766e8f685638cf07e616f9dc9 100644 (file)
@@ -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"