emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01a8295: ; * lisp/emacs-lisp/ert.el (ert-batch-back


From: Glenn Morris
Subject: [Emacs-diffs] master 01a8295: ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
Date: Tue, 5 Sep 2017 20:54:10 -0400 (EDT)

branch: master
commit 01a82957d25e7fc3fe4ec799f3c05f22a4278428
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * 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 323576e..9cc764d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]