summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/ia.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-11-22 23:09:17 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-11-22 23:09:17 +0000
commite96ec425b5e3d91e05fb87356d4a2d69c2c86372 (patch)
treebd63b80b00e51dfd232fc6154f9e9dd0697ef7f5 /lisp/cedet/semantic/ia.el
parent953e0c1a83cddff3b392b060df6b9ee7664b1658 (diff)
downloademacs-e96ec425b5e3d91e05fb87356d4a2d69c2c86372.tar.gz
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
Use semantic-format-tag-prototype.
Diffstat (limited to 'lisp/cedet/semantic/ia.el')
-rw-r--r--lisp/cedet/semantic/ia.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/ia.el b/lisp/cedet/semantic/ia.el
index 7e37041d844..573f9fa867f 100644
--- a/lisp/cedet/semantic/ia.el
+++ b/lisp/cedet/semantic/ia.el
@@ -52,8 +52,8 @@
;; functions.
(defcustom semantic-ia-completion-format-tag-function
- 'semantic-prototype-nonterminal
- "*Function used to convert a tag to a string during completion."
+ 'semantic-format-tag-prototype
+ "Function used to convert a tag to a string during completion."
:group 'semantic
:type semantic-format-tag-custom-list)