* lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
authorUlrich Mueller <ulm@gentoo.org>
Tue, 16 Nov 2010 20:09:47 +0000 (15:09 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 16 Nov 2010 20:09:47 +0000 (15:09 -0500)
lisp/ChangeLog
lisp/server.el

index 3e974e9..53c6db7 100644 (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)
index 17d6743..6297cc8 100644 (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)