Skip to content

Commit cf53284

Browse files
austinhaasarichiardi
authored andcommitted
Fix for #154 (#158)
[Fix #154] Use setq-local for comint-input-sender
1 parent 010d859 commit cf53284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The following commands are available:
178178
179179
\\{inf-clojure-minor-mode-map}"
180180
:lighter "" :keymap inf-clojure-minor-mode-map
181-
(setq comint-input-sender 'inf-clojure--send-string)
181+
(setq-local comint-input-sender 'inf-clojure--send-string)
182182
(inf-clojure-eldoc-setup)
183183
(make-local-variable 'completion-at-point-functions)
184184
(add-to-list 'completion-at-point-functions

0 commit comments

Comments
 (0)