From d357f681d7f090374dd9c5782087349b48c2bcec Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Mon, 15 Jul 2019 13:41:50 +0200 Subject: [PATCH] Mark semantic functions correctly in defcustom * lisp/cedet/semantic/format.el (semantic-format-tag-custom-list): Mark functions correctly in defcustom (bug#28267). --- lisp/cedet/semantic/format.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el index 25a18581d8e..b576ad5e210 100644 --- a/lisp/cedet/semantic/format.el +++ b/lisp/cedet/semantic/format.el @@ -67,7 +67,7 @@ COLOR indicates that the generated text should be colored using (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. -- 2.39.2