diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2009-11-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function): | ||
| 4 | Use semantic-format-tag-prototype. | ||
| 5 | |||
| 1 | 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu> | 6 | 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 7 | ||
| 3 | * emulation/viper-cmd.el: Use viper-last-command-char instead of | 8 | * 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 @@ | |||
| 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 | ||