]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Sep 2017 00:53:57 +0000 (20:53 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Sep 2017 00:53:57 +0000 (20:53 -0400)
lisp/emacs-lisp/ert.el

index 323576effe5ca7b9d39f14e50e47c7103955f183..9cc764d78e0aa6d2a423b17683ab4f273b63e44c 100644 (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")