branch: elpa/inf-clojure
commit 25aee783c5d2157b8a16b25406ab494bb8677015
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Use clojure-mode-variables instead of lisp-mode-variables
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 60fcc99..758d94a 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -192,7 +192,7 @@ If you accidentally suspend your process, use 
\\[comint-continue-subjob]
 to continue it."
   (setq comint-prompt-regexp inf-clojure-prompt)
   (setq mode-line-process '(":%s"))
-  (lisp-mode-variables nil)
+  (clojure-mode-variables)
   (setq comint-get-old-input (function clojure-get-old-input))
   (setq comint-input-filter (function clojure-input-filter))
   (set (make-local-variable 'comint-prompt-read-only) 
inf-clojure-prompt-read-only)

Reply via email to