Mercurial > emacs
changeset 39029:cc58ef6e4e28
(eval-expression-print-level): Change the type
of the defcustom to allow nil.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Aug 2001 11:20:45 +0000 |
parents | 90940ba34b4c |
children | 55864f6da728 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Thu Aug 30 10:54:51 2001 +0000 +++ b/lisp/simple.el Thu Aug 30 11:20:45 2001 +0000 @@ -566,7 +566,7 @@ (defcustom eval-expression-print-level 4 "*Value to use for `print-level' when printing value in `eval-expression'." :group 'lisp - :type 'integer + :type '(choice (const nil integer)) :version "21.1") (defcustom eval-expression-print-length 12