Mercurial > emacs
changeset 109705:6cbc678da17c
* bindings.el (complete-symbol): Run completion-at-point as a fallback.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 02 Aug 2010 16:23:50 +0200 |
parents | 731bea61f976 |
children | b09078962d7c |
files | lisp/ChangeLog lisp/bindings.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 02 12:35:34 2010 +0200 +++ b/lisp/ChangeLog Mon Aug 02 16:23:50 2010 +0200 @@ -1,3 +1,7 @@ +2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> + + * bindings.el (complete-symbol): Run completion-at-point as a fallback. + 2010-08-02 Juanma Barranquero <lekktu@gmail.com> * term.el (term-delimiter-argument-list): Reflow docstring.
--- a/lisp/bindings.el Mon Aug 02 12:35:34 2010 +0200 +++ b/lisp/bindings.el Mon Aug 02 16:23:50 2010 +0200 @@ -688,6 +688,7 @@ (fboundp 'semantic-active-p) (semantic-active-p)) (semantic-ia-complete-symbol)) + (completion-at-point-functions (completion-at-point)) (t (error "%s" (substitute-command-keys