emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a130936 1/3: * bug-hunter.el: Fix a couple of bugs


From: Artur Malabarba
Subject: [elpa] master a130936 1/3: * bug-hunter.el: Fix a couple of bugs
Date: Sun, 26 Apr 2015 18:04:18 +0000

branch: master
commit a130936b9bc72b50bc4c112cade1c1d670c4604b
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * bug-hunter.el: Fix a couple of bugs
---
 packages/bug-hunter/bug-hunter.el |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/packages/bug-hunter/bug-hunter.el 
b/packages/bug-hunter/bug-hunter.el
index bd6c06d..70bae25 100644
--- a/packages/bug-hunter/bug-hunter.el
+++ b/packages/bug-hunter/bug-hunter.el
@@ -229,8 +229,7 @@ the file."
           (with-temp-file file-name
             (print (list 'prin1 form) (current-buffer)))
           (call-process exec nil out-buf nil
-                        "-Q" "--batch" "-l"
-                        (shell-quote-argument file-name))
+                        "-Q" "--batch" "-l" file-name)
           (with-current-buffer out-buf
             (goto-char (point-max))
             (forward-sexp -1)
@@ -380,9 +379,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]