branch: elpa/inf-clojure commit 53025bf63d0b8a65cac379e604578513c068f9a8 Author: Chad Walstrom <cwalst...@gravie.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Correct misspelled function. Fixes #181 --- inf-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-clojure.el b/inf-clojure.el index de656d8..5d7f71c 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -387,7 +387,7 @@ comments." (concat s "\n"))) lines " "))) -(defun inf-clojure--sanitinze-command (command) +(defun inf-clojure--sanitize-command (command) "Sanitize COMMAND for sending it to a process. An example of things that this function does is to add a final newline at the end of the form. Return an empty string if the