* lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).

This commit is contained in:
Ulrich Mueller 2010-11-16 15:09:47 -05:00 committed by Chong Yidong
parent 37de8fd0e4
commit bf6442c345
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-11-16 Ulrich Mueller <ulm@gentoo.org>
* server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
2010-11-13 Eli Zaretskii <eliz@gnu.org>
* subr.el (posn-col-row): Pay attention to header line. (Bug#7390)

View file

@ -594,7 +594,7 @@ server or call `M-x server-force-delete' to forcibly disconnect it.")
(defun server-force-stop ()
"Kill all connections to the current server.
This function is meant to be called from `kill-emacs-hook'."
(server-start nil t))
(server-start t t))
;;;###autoload
(defun server-force-delete (&optional name)