branch: elpa/inf-clojure
commit 6c18b2cf63277d0106a443ecb3c3378897ab4d8b
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Remove a bit of legacy from inferior-lisp
---
 inf-clojure.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 7f1d80e..6bf4604 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -337,7 +337,6 @@ Prefix argument means switch to the Clojure buffer 
afterwards."
   (interactive "P")
   (save-excursion
     (end-of-defun)
-    (skip-chars-backward " \t\n\r\f") ;  Makes allegro happy
     (let ((end (point)) (case-fold-search t))
       (beginning-of-defun)
       (inf-clojure-eval-region (point) end)))

Reply via email to