]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
authorChong Yidong <cyd@stupidchicken.com>
Sun, 22 Nov 2009 23:09:17 +0000 (23:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 22 Nov 2009 23:09:17 +0000 (23:09 +0000)
Use semantic-format-tag-prototype.

lisp/ChangeLog
lisp/cedet/semantic/ia.el

index 121cf193967b5aee1584d6505208b3c7c8cacab4..98f7a2abff6ed9efcd9ea171f4fa1b36fc2e9eca 100644 (file)
@@ -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
index 7e37041d8445f5abf2ade5bd1feb27e0d1288391..573f9fa867f1770537dd18ca59f020fcdc529c12 100644 (file)
@@ -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)