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

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

[elpa] externals/trie 0c21bf4 073/111: Add note to self to use cust-prin


From: Stefan Monnier
Subject: [elpa] externals/trie 0c21bf4 073/111: Add note to self to use cust-print pretty-printing instead of advice.
Date: Mon, 14 Dec 2020 11:35:23 -0500 (EST)

branch: externals/trie
commit 0c21bf4beb8457bec3695229ca86ff1d143b4dc1
Author: Toby S. Cubitt <toby-predictive@dr-qubit.org>
Commit: Toby S. Cubitt <toby-predictive@dr-qubit.org>

    Add note to self to use cust-print pretty-printing instead of advice.
---
 trie.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/trie.el b/trie.el
index 3fe434c..7de9f07 100644
--- a/trie.el
+++ b/trie.el
@@ -1861,9 +1861,8 @@ elements that matched the corresponding groups, in order."
 ;; print tries in full whilst edebugging, despite this warning, disable
 ;; the advice.
 ;;
-;; FIXME: We could use `cedet-edebug-prin1-extensions' instead of advice
-;;        when `cedet-edebug' is loaded, though I believe the current
-;;        implementation still works in that case.
+;; FIXME: We should probably use the `cust-print' features instead of advice
+;; here.
 
 
 (eval-when-compile



reply via email to

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