emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 25aee78 006/313: Use clojure-mode-variables in


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 25aee78 006/313: Use clojure-mode-variables instead of lisp-mode-variables
Date: Wed, 11 Aug 2021 09:59:35 -0400 (EDT)

branch: elpa/inf-clojure
commit 25aee783c5d2157b8a16b25406ab494bb8677015
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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

[Prev in Thread] Current Thread [Next in Thread]