From 5187cdf9b12de525d68c01ff8745e7f94dff14c9 Mon Sep 17 00:00:00 2001 From: Dave Paroulek Date: Wed, 18 Jul 2012 12:22:21 -0400 Subject: [PATCH] Update slime-remote-history to slime-js-remote-history When using emacs-starter-kit 2.0.3 and attempting to use select-remote, I was seeing: ad-Orig-ido-read-internal: Symbol's value as variable is void: slime-remote-history This fixes the issue. --- slime-js.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slime-js.el b/slime-js.el index 19f606a..08fb588 100644 --- a/slime-js.el +++ b/slime-js.el @@ -110,7 +110,7 @@ Note that file paths need to be complete file paths, i.e. ~ to /home/you or /Ues (p (or (position (completing-read prompt (slime-bogus-completion-alist remote-names) nil nil nil - 'slime-remote-history nil) + 'slime-js-remote-history nil) remote-names :test #'equal) (error "bad remote name")))) (first (elt remotes p))))