(eval-expression-print-level): Change the type
of the defcustom to allow nil.
This commit is contained in:
parent
854bd40aac
commit
170adbff11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue