branch: elpa/popup commit 0f640e0847151f237be2826dc2eaefd3e7e02828 Author: Ryan Mulligan <r...@ryantm.com> Commit: Ryan Mulligan <r...@ryantm.com>
remove require because popup already requires it --- tests/popup-test.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/popup-test.el b/tests/popup-test.el index 4ff313c..9153117 100644 --- a/tests/popup-test.el +++ b/tests/popup-test.el @@ -1,8 +1,6 @@ (require 'ert) (require 'popup) -;; for "every" function -(require 'cl-lib) (when (< (frame-width) (length "long long long long line")) (set-frame-size (selected-frame) 80 35))