From a2077b7f8f31af20194cfefb3328cfbd01766b9b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 2 Aug 2010 16:23:50 +0200 Subject: [PATCH] * bindings.el (complete-symbol): Run completion-at-point as a fallback. --- lisp/ChangeLog | 4 ++++ lisp/bindings.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11fdeae6eaa..1d7cfe90f9b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-02 Stefan Monnier + + * bindings.el (complete-symbol): Run completion-at-point as a fallback. + 2010-08-02 Juanma Barranquero * term.el (term-delimiter-argument-list): Reflow docstring. diff --git a/lisp/bindings.el b/lisp/bindings.el index 3ec43b3041f..3ce21a578d5 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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 -- 2.39.2