Skip to content

Commit 166b077

Browse files
committed
Remove some obsolete code
1 parent 6a354dc commit 166b077

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

inf-clojure.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ one process, this does the right thing. If you run multiple
221221
processes, you might need to change `inf-clojure-buffer' to
222222
whichever process buffer you want to use.")
223223

224-
(defvar inf-clojure-mode-hook '()
225-
"Hook for customizing Inferior Clojure mode.")
226-
227-
(put 'inf-clojure-mode 'mode-class 'special)
228-
229224
(define-derived-mode inf-clojure-mode comint-mode "Inferior Clojure"
230225
"Major mode for interacting with an inferior Clojure process.
231226
Runs a Clojure interpreter as a subprocess of Emacs, with Clojure I/O through an

0 commit comments

Comments
 (0)