branch: externals/taxy
commit b22c913eaf5c6df4503e1f013ba04abaf52bea41
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@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