Skip to content

Commit 2b0dda0

Browse files
committed
Remove unused variable in Emacs Lisp source
1 parent 87a8c94 commit 2b0dda0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

emacs/sepl-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
(point)))
99
;; sepl requires single lines
1010
(code (s-replace "\n" " " (buffer-substring start end)))
11-
(tmp-buf (get-buffer-create "*sepl-tmp-buf*"))
12-
(process))
11+
(tmp-buf (get-buffer-create "*sepl-tmp-buf*")))
1312
(when (boundp 'sepl-repl-process)
1413
(comint-redirect-send-command-to-process code tmp-buf sepl-repl-process nil t)
1514
(with-current-buffer tmp-buf

0 commit comments

Comments
 (0)