changeset 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 c85d813ab76e
children 019d906c8f48
files lisp/ChangeLog lisp/cedet/semantic/ia.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 22 19:53:21 2009 +0000
+++ b/lisp/ChangeLog	Sun Nov 22 23:09:17 2009 +0000
@@ -1,3 +1,8 @@
+2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
+
+	* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
+	Use semantic-format-tag-prototype.
+
 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
 
 	* emulation/viper-cmd.el: Use viper-last-command-char instead of
--- 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)