From: Samuel Bronson Date: Mon, 15 Jul 2019 11:41:50 +0000 (+0200) Subject: Mark semantic functions correctly in defcustom X-Git-Tag: emacs-27.0.90~1896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d357f681d7f090374dd9c5782087349b48c2bcec;p=emacs.git Mark semantic functions correctly in defcustom * lisp/cedet/semantic/format.el (semantic-format-tag-custom-list): Mark functions correctly in defcustom (bug#28267). --- 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.