# HG changeset patch # User Chong Yidong # Date 1258931357 0 # Node ID 2721ecb2b07cc56a9a69c2b6110134098804d07d # Parent c85d813ab76e33a055d90bac2a2a69354fd65e48 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): Use semantic-format-tag-prototype. diff -r c85d813ab76e -r 2721ecb2b07c lisp/ChangeLog --- 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 + + * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): + Use semantic-format-tag-prototype. + 2009-11-22 Michael Kifer * emulation/viper-cmd.el: Use viper-last-command-char instead of diff -r c85d813ab76e -r 2721ecb2b07c lisp/cedet/semantic/ia.el --- 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)