comparison lisp/cedet/semantic/ia.el @ 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 83dde921cc1b
children a72f79f89185
comparison
equal deleted inserted replaced
106195:c85d813ab76e 106196:2721ecb2b07c
50 ;; 50 ;;
51 ;; This set of routines provides some simplisting completion 51 ;; This set of routines provides some simplisting completion
52 ;; functions. 52 ;; functions.
53 53
54 (defcustom semantic-ia-completion-format-tag-function 54 (defcustom semantic-ia-completion-format-tag-function
55 'semantic-prototype-nonterminal 55 'semantic-format-tag-prototype
56 "*Function used to convert a tag to a string during completion." 56 "Function used to convert a tag to a string during completion."
57 :group 'semantic 57 :group 'semantic
58 :type semantic-format-tag-custom-list) 58 :type semantic-format-tag-custom-list)
59 59
60 (defvar semantic-ia-cache nil 60 (defvar semantic-ia-cache nil
61 "Cache of the last completion request. 61 "Cache of the last completion request.