diff lisp/cedet/semantic/ia.el @ 106196:2721ecb2b07c

* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): Use semantic-format-tag-prototype.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Nov 2009 23:09:17 +0000
parents 83dde921cc1b
children a72f79f89185
line wrap: on
line diff
--- a/lisp/cedet/semantic/ia.el	Sun Nov 22 19:53:21 2009 +0000
+++ b/lisp/cedet/semantic/ia.el	Sun Nov 22 23:09:17 2009 +0000
@@ -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)