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

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

[elpa] externals/taxy b22c913 2/7: Examples: (deffy) Fix symbol


From: ELPA Syncer
Subject: [elpa] externals/taxy b22c913 2/7: Examples: (deffy) Fix symbol
Date: Sun, 19 Sep 2021 17:57:25 -0400 (EDT)

branch: externals/taxy
commit b22c913eaf5c6df4503e1f013ba04abaf52bea41
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Examples: (deffy) Fix symbol
---
 examples/deffy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/deffy.el b/examples/deffy.el
index c9a004d..452e654 100644
--- a/examples/deffy.el
+++ b/examples/deffy.el
@@ -312,7 +312,7 @@ completion; with prefix, from all Deffy buffers."
                     (cl-loop for candidate in candidates collect
                              (list (propertize candidate
                                                'face 
'font-lock-function-name-face)
-                                   (concat (propertize (deffy-type
+                                   (concat (propertize (deffy-def-type
                                                          (get-text-property 0 
:def candidate))
                                                        'face 
'font-lock-type-face)
                                            "  ")



reply via email to

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