Mercurial > emacs
comparison lisp/ChangeLog @ 106444:a72f79f89185
* bindings.el (complete-symbol): Call semantic-ia-complete-symbol if
possible.
* cedet/semantic/ia.el (semantic-ia-complete-symbol): Make argument
optional.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 05 Dec 2009 22:01:00 +0000 |
parents | 137fd69c176a |
children | 56b9af7a1762 |
comparison
equal
deleted
inserted
replaced
106443:137fd69c176a | 106444:a72f79f89185 |
---|---|
1 2009-12-05 Chong Yidong <cyd@stupidchicken.com> | 1 2009-12-05 Chong Yidong <cyd@stupidchicken.com> |
2 | |
3 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol | |
4 if possible. | |
5 | |
6 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Make | |
7 argument optional. | |
2 | 8 |
3 * shell.el (shell): Require ansi-color (Bug#5113). | 9 * shell.el (shell): Require ansi-color (Bug#5113). |
4 | 10 |
5 * ansi-color.el (ansi-color-for-comint-mode): Default to t. | 11 * ansi-color.el (ansi-color-for-comint-mode): Default to t. |
6 | 12 |