(eval-expression-print-level): Fix last change.

This commit is contained in:
Gerd Moellmann 2001-08-30 15:32:56 +00:00
parent f318592425
commit e8b1643c82
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-08-30 Gerd Moellmann <gerd@gnu.org>
* simple.el (eval-expression-print-level): Fix last change.
* bindings.el (mode-line-coding-system-map): New variable.
(mode-line-mule-info): Give the "%Z" a local-map keymap.

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 '(choice (const nil integer))
:type '(choice (const nil) integer)
:version "21.1")
(defcustom eval-expression-print-length 12