]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark semantic functions correctly in defcustom
authorSamuel Bronson <naesten@gmail.com>
Mon, 15 Jul 2019 11:41:50 +0000 (13:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 15 Jul 2019 11:43:14 +0000 (13:43 +0200)
* lisp/cedet/semantic/format.el (semantic-format-tag-custom-list):
Mark functions correctly in defcustom (bug#28267).

lisp/cedet/semantic/format.el

index 25a18581d8ef46315bb5d0f463867286ad645454..b576ad5e210ff4d83802d2e83672ae9d3227334d 100644 (file)
@@ -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.