emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d357f68 2/2: Mark semantic functions correctly in d


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master d357f68 2/2: Mark semantic functions correctly in defcustom
Date: Mon, 15 Jul 2019 07:43:22 -0400 (EDT)

branch: master
commit d357f681d7f090374dd9c5782087349b48c2bcec
Author: Samuel Bronson <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 25a1858..b576ad5 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.



reply via email to

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