1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(eval-expression-print-length): Change custom type to

allow entering nil as value.
This commit is contained in:
Gerd Moellmann 2000-07-13 17:46:34 +00:00
parent 01eac4fdef
commit 56437999a0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2000-07-13 Gerd Moellmann <gerd@gnu.org>
* faces.el (frame-background-mode): Doc fix.
* simple.el (eval-expression-print-length): Change custom type to
allow entering nil as value.
2000-07-13 Dave Love <fx@gnu.org>
* progmodes/fortran.el (fortran-imenu-generic-expression): Change

View File

@ -534,7 +534,7 @@ in *Help* buffer. See also the command `describe-char-after'."
(defcustom eval-expression-print-length 12
"*Value to use for `print-length' when printing value in `eval-expression'."
:group 'lisp
:type 'integer
:type '(choice (const nil) integer)
:version "21.1")
(defcustom eval-expression-debug-on-error t