소스 검색

edit-server: fix issue #62, broken by re-factor.

Alex Bennee 13 년 전
부모
커밋
faf1a4f98e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      edit-server.el

+ 1 - 1
edit-server.el

@@ -395,7 +395,7 @@ non-nil, then STRING is also echoed to the message line."
 	 (t
 	  ;; send 200 OK response to any other request
 	  (edit-server-send-response proc "edit-server is running.\n")
-	  (edit-server-kill-client)))
+	  (edit-server-kill-client proc)))
 	;; wait for another connection to arrive
 	(setq edit-server-received 0)
 	(setq edit-server-phase 'wait)))))