* bindings.el (complete-symbol): Run completion-at-point as a fallback.
This commit is contained in:
parent
ee301a7a19
commit
a2077b7f8f
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -688,6 +688,7 @@ language you are using."
|
|||
(fboundp 'semantic-active-p)
|
||||
(semantic-active-p))
|
||||
(semantic-ia-complete-symbol))
|
||||
(completion-at-point-functions (completion-at-point))
|
||||
(t
|
||||
(error "%s"
|
||||
(substitute-command-keys
|
||||
|
|
Loading…
Add table
Reference in a new issue