summaryrefslogtreecommitdiff
path: root/helm-eval.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-24 08:13:17 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-24 08:13:17 +0100
commit4e6ddbb2fa3816ac23ef949f856a3a3392674549 (patch)
tree8e5fe0876cc9cb9bbc04ecbbb17c3ea9e0bcc8ea /helm-eval.el
parent10760f294f5e018ee8c475c8f499eec9936a32c3 (diff)
Make declarations with defvar.
* helm-emms.el * helm-eval.el * helm-files.el * helm-misc.el * helm-mode.el * helm-yaoddmuse.el
Diffstat (limited to 'helm-eval.el')
-rw-r--r--helm-eval.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-eval.el b/helm-eval.el
index 59813d76..4f6318c1 100644
--- a/helm-eval.el
+++ b/helm-eval.el
@@ -144,11 +144,11 @@ Should take one arg: the string to display."
:history 'read-expression-history
:keymap helm-eval-expression-map))
+(defvar eldoc-idle-delay)
;;;###autoload
(defun helm-eval-expression-with-eldoc ()
"Preconfigured helm for `helm-source-evaluation-result' with `eldoc' support. "
(interactive)
- (cl-declare (special eldoc-idle-delay))
(let ((timer (run-with-idle-timer
eldoc-idle-delay 'repeat
'helm-eldoc-show-in-eval)))