Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 05 21:33:48 2009 +0000 +++ b/lisp/ChangeLog Sat Dec 05 22:01:00 2009 +0000 @@ -1,5 +1,11 @@ 2009-12-05 Chong Yidong <cyd@stupidchicken.com> + * bindings.el (complete-symbol): Call semantic-ia-complete-symbol + if possible. + + * cedet/semantic/ia.el (semantic-ia-complete-symbol): Make + argument optional. + * shell.el (shell): Require ansi-color (Bug#5113). * ansi-color.el (ansi-color-for-comint-mode): Default to t.