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

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

[elpa] externals/dict-tree 09b388f 108/154: Add note to self to use cust


From: Stefan Monnier
Subject: [elpa] externals/dict-tree 09b388f 108/154: Add note to self to use cust-print pretty-printing instead of advice.
Date: Mon, 14 Dec 2020 12:21:55 -0500 (EST)

branch: externals/dict-tree
commit 09b388f6de7ba42f5220d459139054b594ce97a6
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.
---
 dict-tree.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dict-tree.el b/dict-tree.el
index 4403d58..fa2093b 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -3401,9 +3401,8 @@ extension, suitable for passing to `load-library'."
 ;; print dictionaries in full whilst edebugging, despite this warning,
 ;; disable the advice.
 ;;
-;; FIXME: Should use `cedet-edebug-prin1-extensions' instead of advice
-;;        when `cedet-edebug' is loaded, though I believe this 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]