From 820c0e4a10d20592b3b3f4ca342f96304e858f37 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Sun, 24 Jul 2011 21:11:41 +0900 Subject: [PATCH] anything-complete.el (anything-apropos-sources): Added `anything-c-source-emacs-function-at-point' and `anything-c-source-emacs-variable-at-point' --- extensions/anything-complete.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/anything-complete.el b/extensions/anything-complete.el index e7d803d..846ce8b 100644 --- a/extensions/anything-complete.el +++ b/extensions/anything-complete.el @@ -376,7 +376,9 @@ used by `anything-lisp-complete-symbol-set-timer' and `anything-apropos'" anything-c-source-complete-emacs-faces)) (defvar anything-apropos-sources - '(anything-c-source-apropos-emacs-commands + '(anything-c-source-emacs-function-at-point + anything-c-source-emacs-variable-at-point + anything-c-source-apropos-emacs-commands anything-c-source-apropos-emacs-functions anything-c-source-apropos-emacs-variables anything-c-source-apropos-emacs-faces)) -- 2.11.4.GIT