]> git.eshelyaron.com Git - emacs.git/commit
; Don't emit a "Server stopped" message when restarting the Emacs server
authorJim Porter <jporterbugs@gmail.com>
Mon, 28 Nov 2022 01:22:49 +0000 (17:22 -0800)
committerJim Porter <jporterbugs@gmail.com>
Mon, 28 Nov 2022 06:21:33 +0000 (22:21 -0800)
commita85ff22300736212e38f43cc7d56e8e3d4ae1203
tree2abbb8c491a6d5b7859851eeb718acdb3eb66ffe
parent56ab6203fa96a3bf203aa6bdcb11753ff0adf962
; Don't emit a "Server stopped" message when restarting the Emacs server

* lisp/server.el (server-stop): Return non-nil when we actually stop
the server.  Don't message about stopping the server here (but do log
it).
(server-start): Emit the appropriate message about stopping or
restarting the server.
lisp/server.el