branch: externals/trie
commit 153d2d4f11c6b540ed075d3a4923b095fa1b1546
Author: Toby Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Require advice when compiling
---
trie.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/trie.el b/trie.el
index 5f4be0d..665d5c4 100644
--- a/trie.el
+++ b/trie.el
@@ -1903,7 +1903,9 @@ elements that matched the corresponding groups, in order."
;; works in that case.
-(eval-when-compile (require 'edebug))
+(eval-when-compile
+ (require 'edebug)
+ (require 'advice))
(ad-define-subr-args 'edebug-prin1 '(object &optional printcharfun))