mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
Merge from origin/emacs-26
d667318
(origin/emacs-26) Fix two Edebug defcustoms (bug#33428)
This commit is contained in:
commit
336681f35b
@ -192,11 +192,11 @@ Use this with caution since it is not debugged."
|
||||
|
||||
(defcustom edebug-print-length 50
|
||||
"If non-nil, default value of `print-length' for printing results in Edebug."
|
||||
:type 'integer
|
||||
:type '(choice integer (const nil))
|
||||
:group 'edebug)
|
||||
(defcustom edebug-print-level 50
|
||||
"If non-nil, default value of `print-level' for printing results in Edebug."
|
||||
:type 'integer
|
||||
:type '(choice integer (const nil))
|
||||
:group 'edebug)
|
||||
(defcustom edebug-print-circle t
|
||||
"If non-nil, default value of `print-circle' for printing results in Edebug."
|
||||
|
Loading…
Reference in New Issue
Block a user