branch: externals/bug-hunter
commit 1232c892c026fc6c00e5de049a0957cdb95a33b6
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Don't assume Emacs 24.4. Fix #5
---
bug-hunter.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/bug-hunter.el b/bug-hunter.el
index 207d664..f7ce028 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -383,9 +383,6 @@ Wraps them in a progn if necessary."
(let ((minibuffer-completing-symbol t))
(minibuffer-with-setup-hook
(lambda ()
- ;; FIXME: call emacs-lisp-mode?
- (add-function :before-until (local
'eldoc-documentation-function)
- #'elisp-eldoc-documentation-function)
(add-hook 'completion-at-point-functions
#'elisp-completion-at-point nil t)
(run-hooks 'eval-expression-minibuffer-setup-hook))