Skip to content

Commit

Permalink
[gerbil.el] Remove unused `string-len' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
caribpa committed Nov 11, 2019
1 parent 2d8f213 commit b4c0109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/gerbil.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
(message (concat "Gerbil-info : SENT=" string " ...")))

(defun gerbil-send-string (string)
(let ((string (concat string "\n"))
(string-len (length string)))
(let ((string (concat string "\n")))
(comint-check-source string)
(comint-send-string (scheme-proc) string)
(gerbil-message (seq-subseq string 0 (string-match "\n" string)))))
Expand Down

0 comments on commit b4c0109

Please sign in to comment.