We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79de2 commit d9dceceCopy full SHA for d9dcece
nrepl-client.el
@@ -372,13 +372,7 @@ Display MESSAGE and if the process is closed kill the
372
process buffer and run the hook `nrepl-disconnected-hook'."
373
(message "nREPL connection closed: %s" message)
374
(if (equal (process-status process) 'closed)
375
- (progn
376
- (with-current-buffer (process-buffer process)
377
- (when (and nrepl-repl-buffer
378
- (get-buffer nrepl-repl-buffer))
379
- (kill-buffer nrepl-repl-buffer))
380
- (kill-buffer (current-buffer)))
381
- (run-hooks 'nrepl-disconnected-hook))))
+ (run-hooks 'nrepl-disconnected-hook)))
382
383
384
;;; Client: Initialization
0 commit comments