projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b808b9e
)
Mark semantic functions correctly in defcustom
author
Samuel Bronson
<naesten@gmail.com>
Mon, 15 Jul 2019 11:41:50 +0000
(13:41 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/format.el
b/lisp/cedet/semantic/format.el
index 25a18581d8ef46315bb5d0f463867286ad645454..b576ad5e210ff4d83802d2e83672ae9d3227334d 100644
(file)
--- 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.