; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.

This commit is contained in:
Glenn Morris 2017-09-05 20:53:57 -04:00
parent d48f30057f
commit 01a82957d2

View file

@ -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")