We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b265 commit 3e22747Copy full SHA for 3e22747
inf-clojure.el
@@ -271,7 +271,7 @@ to continue it."
271
(inf-clojure-eldoc-setup)
272
(setq comint-get-old-input #'inf-clojure-get-old-input)
273
(setq comint-input-filter #'inf-clojure-input-filter)
274
- (set (make-local-variable 'comint-prompt-read-only) inf-clojure-prompt-read-only)
+ (setq-local comint-prompt-read-only inf-clojure-prompt-read-only)
275
(add-hook 'comint-preoutput-filter-functions #'inf-clojure-preoutput-filter nil t)
276
(add-hook 'completion-at-point-functions #'inf-clojure-completion-at-point nil t))
277
0 commit comments