From: Glenn Morris Date: Wed, 6 Sep 2017 00:53:57 +0000 (-0400) Subject: ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag. X-Git-Tag: emacs-26.0.90~244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01a82957d25e7fc3fe4ec799f3c05f22a4278428;p=emacs.git ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag. --- 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")