bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28267: 26.0.50; Perhaps `semantic-format-tag-custom-list' should use


From: Lars Ingebrigtsen
Subject: bug#28267: 26.0.50; Perhaps `semantic-format-tag-custom-list' should use `function-item' types?
Date: Mon, 15 Jul 2019 13:42:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Samuel Bronson <naesten@gmail.com> writes:

>  (defvar semantic-format-tag-custom-list
>    (append '(radio)
> -       (mapcar (lambda (f) (list 'const f))
> +       (mapcar (lambda (f) (list 'function-item f))
>                 semantic-format-tag-functions)
>         '(function))
>    "A List used by customizable variables to choose a tag to text function.

Thanks; makes sense.  I've now applied it to the Emacs trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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