diff options
| author | Glenn Morris | 2017-09-05 20:53:57 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-09-05 20:53:57 -0400 |
| commit | 01a82957d25e7fc3fe4ec799f3c05f22a4278428 (patch) | |
| tree | c817bbc31c170d6ff0c02c9e9cfdc0ab059fe2b5 /lisp | |
| parent | d48f30057f50b69e3afff308c56836344c0f55d4 (diff) | |
| download | emacs-01a82957d25e7fc3fe4ec799f3c05f22a4278428.tar.gz emacs-01a82957d25e7fc3fe4ec799f3c05f22a4278428.zip | |
; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 76 | (defcustom ert-batch-backtrace-right-margin 70 | 76 | (defcustom ert-batch-backtrace-right-margin 70 |
| 77 | "Maximum length of lines in ERT backtraces in batch mode. | 77 | "Maximum length of lines in ERT backtraces in batch mode. |
| 78 | Use nil for no limit (caution: backtrace lines can be very long)." | 78 | Use nil for no limit (caution: backtrace lines can be very long)." |
| 79 | :type '(choice (const nil :tag "No truncation") integer)) | 79 | :type '(choice (const :tag "No truncation" nil) integer)) |
| 80 | 80 | ||
| 81 | (defface ert-test-result-expected '((((class color) (background light)) | 81 | (defface ert-test-result-expected '((((class color) (background light)) |
| 82 | :background "green1") | 82 | :background "green1") |