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