From 01a82957d25e7fc3fe4ec799f3c05f22a4278428 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 5 Sep 2017 20:53:57 -0400 Subject: [PATCH] ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag. --- lisp/emacs-lisp/ert.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 323576effe5..9cc764d78e0 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -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") -- 2.39.5