(eval-expression-print-level): Change the type

of the defcustom to allow nil.
This commit is contained in:
Gerd Moellmann 2001-08-30 11:20:45 +00:00
parent 854bd40aac
commit 170adbff11

View file

@ -566,7 +566,7 @@ in *Help* buffer. See also the command `describe-char-after'."
(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