; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
This commit is contained in:
parent
d48f30057f
commit
01a82957d2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
(defcustom ert-batch-backtrace-right-margin 70
|
||||
"Maximum length of lines in ERT backtraces in batch mode.
|
||||
Use nil for no limit (caution: backtrace lines can be very long)."
|
||||
:type '(choice (const nil :tag "No truncation") integer))
|
||||
:type '(choice (const :tag "No truncation" nil) integer))
|
||||
|
||||
(defface ert-test-result-expected '((((class color) (background light))
|
||||
:background "green1")
|
||||
|
|
Loading…
Add table
Reference in a new issue