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

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

[nongnu] elpa/sweeprolog c6e6a1562d 1/2: FIXED: instantiation error in c


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog c6e6a1562d 1/2: FIXED: instantiation error in color term normalization
Date: Wed, 23 Nov 2022 08:03:40 -0500 (EST)

branch: elpa/sweeprolog
commit c6e6a1562d6949d99b007543c1f33c9c7cd3cacb
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    FIXED: instantiation error in color term normalization
---
 sweep.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sweep.pl b/sweep.pl
index 304b11121c..3314f570a6 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -490,7 +490,7 @@ sweep_color_normalized_(_, hook, [Kind0|_], ["hook"|Kind]) 
:-
     atom_string(Kind0, Kind).
 sweep_color_normalized_(_, module, [M0|_], ["module"|M]) :-
     !,
-    atom_string(M0, M).
+    term_string(M0, M).
 sweep_color_normalized_(_, qq_content, [Type0|_], ["qq_content"|Type]) :-
     !,
     atom_string(Type0, Type).



reply via email to

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