From 51c3346cd507d83098e3c1f1b92683a72e19ae1e Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 19 Nov 2011 15:31:14 +0100 Subject: [PATCH] * anything-config.el (anything-eval-expression-input-history): new. --- anything-config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anything-config.el b/anything-config.el index 1d07a97..688f30d 100644 --- a/anything-config.el +++ b/anything-config.el @@ -7994,6 +7994,7 @@ http://bbdb.sourceforge.net/") ;; ;; Internal (defvar anything-eldoc-active-minibuffers-list nil) +(defvar anything-eval-expression-input-history nil) (defvar anything-c-source-evaluation-result '((name . "Evaluation Result") @@ -12015,6 +12016,7 @@ http://www.emacswiki.org/emacs/download/yaoddmuse.el" (anything-1 :sources 'anything-c-source-evaluation-result :input (when arg (thing-at-point 'sexp)) :buffer "*anything eval*" + :history 'anything-eval-expression-input-history :keymap anything-eval-expression-map)) ;;;###autoload -- 2.11.4.GIT