From: Chong Yidong Date: Sun, 22 Nov 2009 23:09:17 +0000 (+0000) Subject: * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): X-Git-Tag: emacs-pretest-23.1.90~271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e96ec425b5e3d91e05fb87356d4a2d69c2c86372;p=emacs.git * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): Use semantic-format-tag-prototype. --- 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)