emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/popup 4e19acb 036/184: Remove dependency on auto-complete


From: ELPA Syncer
Subject: [nongnu] elpa/popup 4e19acb 036/184: Remove dependency on auto-complete
Date: Wed, 6 Oct 2021 00:01:02 -0400 (EDT)

branch: elpa/popup
commit 4e19acbc51d5c54816b9b9e1aa1473aa95305149
Author: yuuki arisawa <yuuki.ari@gmail.com>
Commit: yuuki arisawa <yuuki.ari@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)))
      ))
 



reply via email to

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