diff options
| author | Chong Yidong | 2009-11-22 23:09:17 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-11-22 23:09:17 +0000 |
| commit | e96ec425b5e3d91e05fb87356d4a2d69c2c86372 (patch) | |
| tree | bd63b80b00e51dfd232fc6154f9e9dd0697ef7f5 | |
| parent | 953e0c1a83cddff3b392b060df6b9ee7664b1658 (diff) | |
| download | emacs-e96ec425b5e3d91e05fb87356d4a2d69c2c86372.tar.gz emacs-e96ec425b5e3d91e05fb87356d4a2d69c2c86372.zip | |
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
Use semantic-format-tag-prototype.
| -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 | ||