Skip to content

Commit

Permalink
[gerbil.el] Remove unused scheme-compile-region function
Browse files Browse the repository at this point in the history
Basically I'm removing it as I'm not sure how useful this would be (when
finished) because we already have `scheme-send-definition' and
`scheme-send-region' working out-of-the-box with gxi on an inferior scheme shell
  • Loading branch information
caribpa committed Nov 11, 2019
1 parent f02256d commit 2d8f213
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etc/gerbil.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
"Send a string to the inferior Scheme process."
(gerbil-send-string str))

(defun scheme-compile-region (start end)
(interactive)
(gerbil-compile-current-buffer))

(defun gerbil-message (string)
(message (concat "Gerbil-info : SENT=" string " ...")))

Expand Down

0 comments on commit 2d8f213

Please sign in to comment.