branch: elpa/popup commit 31779da9fd43153a51e9e9e29c22244f944432a8 Author: yuuki arisawa <yuuki....@gmail.com> Commit: yuuki arisawa <yuuki....@gmail.com>
Fix test case bug when batch mode. --- tests/popup-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/popup-test.el b/tests/popup-test.el index 37ccd07..5ee3818 100644 --- a/tests/popup-test.el +++ b/tests/popup-test.el @@ -4,6 +4,7 @@ ;; for "every" function (require 'cl) +(set-default 'truncate-lines t) (defmacro popup-test-with-common-setup (&rest body) (declare (indent 0) (debug t))