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

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

[elpa] externals/taxy 997d635 6/7: Example: (deffy) Fix --read-def with


From: ELPA Syncer
Subject: [elpa] externals/taxy 997d635 6/7: Example: (deffy) Fix --read-def with multiple buffers
Date: Sun, 19 Sep 2021 17:57:26 -0400 (EDT)

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

    Example: (deffy) Fix --read-def with multiple buffers
---
 examples/deffy.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/deffy.el b/examples/deffy.el
index 36eaebd..7f75904 100644
--- a/examples/deffy.el
+++ b/examples/deffy.el
@@ -316,8 +316,9 @@ completion; with prefix, from all Deffy buffers."
                              (list (propertize candidate
                                                'face 
'font-lock-function-name-face)
                                    (concat (propertize
-                                             (deffy-def-type
-                                              (get-text-property 0 :def 
candidate))
+                                             (symbol-name
+                                              (deffy-def-type
+                                               (get-text-property 0 :def 
candidate)))
                                             'face 'font-lock-type-face)
                                            "  ")
                                    (concat (propertize " "



reply via email to

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