From: Leo Liu Date: Tue, 21 Jan 2014 01:58:16 +0000 (+0800) Subject: * simple.el (read--expression): Don't enable eldoc-mode. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87503791212088cdb1d8d5cd916df9d2a8be1999;p=emacs.git * simple.el (read--expression): Don't enable eldoc-mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa427396c75..1f899700d46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-01-21 Leo Liu + + * simple.el (read--expression): Don't enable eldoc-mode. + 2014-01-20 Stefan Monnier * simple.el (move-beginning-of-line): Make sure we don't move forward diff --git a/lisp/simple.el b/lisp/simple.el index 8e23b0804ca..aacd3ccf1ca 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1387,7 +1387,6 @@ display the result of expression evaluation." (lambda () (add-hook 'completion-at-point-functions #'lisp-completion-at-point nil t) - (eldoc-mode 1) (run-hooks 'eval-expression-minibuffer-setup-hook)) (read-from-minibuffer prompt initial-contents read-expression-map t