We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a8c94 commit 2b0dda0Copy full SHA for 2b0dda0
1 file changed
emacs/sepl-mode.el
@@ -8,8 +8,7 @@
8
(point)))
9
;; sepl requires single lines
10
(code (s-replace "\n" " " (buffer-substring start end)))
11
- (tmp-buf (get-buffer-create "*sepl-tmp-buf*"))
12
- (process))
+ (tmp-buf (get-buffer-create "*sepl-tmp-buf*")))
13
(when (boundp 'sepl-repl-process)
14
(comint-redirect-send-command-to-process code tmp-buf sepl-repl-process nil t)
15
(with-current-buffer tmp-buf
0 commit comments