branch: elpa/popup commit 4e19acbc51d5c54816b9b9e1aa1473aa95305149 Author: yuuki arisawa <yuuki....@gmail.com> Commit: yuuki arisawa <yuuki....@gmail.com>
Remove dependency on auto-complete --- tests/popup-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/popup-test.el b/tests/popup-test.el index 48271d3..bc09641 100644 --- a/tests/popup-test.el +++ b/tests/popup-test.el @@ -14,7 +14,7 @@ `(let ((popup (popup-create (point) 10 10))) (unwind-protect (progn ,@body) - (when ac-menu + (when popup (popup-delete popup))) ))