Skip to content

Commit

Permalink
Expand file name of init file.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Feb 16, 2010
1 parent 31fca41 commit 1f1bf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swank-clojure.el
Expand Up @@ -149,7 +149,8 @@ this, keep that in mind."
;; where the REPL doesn't pop up until the user presses Enter.
"(do (.. java.net.InetAddress getLocalHost getHostAddress) nil)"
(format "(swank.swank/start-server %S :encoding %S)\n\n"
file (format "%s" (slime-coding-system-cl-name encoding)))))
(expand-file-name file)
(format "%s" (slime-coding-system-cl-name encoding)))))

(defun swank-clojure-find-package ()
(let ((regexp "^(\\(clojure.core/\\)?\\(in-\\)?ns\\s-+[:']?\\([^()\" \t\n]+\\>\\)"))
Expand Down

0 comments on commit 1f1bf21

Please sign in to comment.