From e96ec425b5e3d91e05fb87356d4a2d69c2c86372 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 22 Nov 2009 23:09:17 +0000 Subject: [PATCH] * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): Use semantic-format-tag-prototype. --- lisp/ChangeLog | 5 +++++ lisp/cedet/semantic/ia.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 121cf193967..98f7a2abff6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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) -- 2.39.5